You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2020/05/20 16:30:36 UTC

[curator] branch master updated: More/better links in the Read Me

This is an automated email from the ASF dual-hosted git repository.

randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 69d458f  More/better links in the Read Me
69d458f is described below

commit 69d458f8f365511541454c6f5c79e86816f7261a
Author: Jordan Zimmerman <jo...@jordanzimmerman.com>
AuthorDate: Wed May 20 11:30:30 2020 -0500

    More/better links in the Read Me
---
 README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6e811f2..24ff845 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,14 @@
 
 ## What's is Apache Curator?
 
-Apache Curator is a Java/JVM client library for Apache ZooKeeper[1], a distributed coordination service.
+Apache Curator is a Java/JVM client library for [Apache ZooKeeper](https://zookeeper.apache.org/), a distributed coordination service.
 
 Apache Curator includes a high-level API framework and utilities to make using Apache ZooKeeper much easier and more reliable. It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL.
-For more details, please visit the project website: http://curator.apache.org/
 
-[1] Apache ZooKeeper https://zookeeper.apache.org/
+For more details, please visit the project website: 
 
+- Apache Curator Website: http://curator.apache.org/
+- Binaries on Maven Central: [http://search.maven.org](http://search.maven.org/#search%7Cga%7C1%7Capache-curator)
+- Best source of help for Curator: [Stack Overflow's Curator tag](https://stackoverflow.com/questions/tagged/apache-curator)
+- Apache ZooKeeper Website: https://zookeeper.apache.org
+- Curator's Wiki: http://cwiki.apache.org/confluence/display/CURATOR