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 2014/05/31 20:42:38 UTC

[5/9] git commit: Fixed a bunch of encoding issues on the confluence doc files

Fixed a bunch of encoding issues on the confluence doc files


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/de1d38cf
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/de1d38cf
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/de1d38cf

Branch: refs/heads/curator-rpc
Commit: de1d38cfc9da9ee8419a95599c1ef69b3c17a40b
Parents: bef0b8b
Author: randgalt <ra...@apache.org>
Authored: Sat May 31 11:16:18 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sat May 31 11:16:18 2014 -0500

----------------------------------------------------------------------
 src/site/confluence/getting-started.confluence | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/de1d38cf/src/site/confluence/getting-started.confluence
----------------------------------------------------------------------
diff --git a/src/site/confluence/getting-started.confluence b/src/site/confluence/getting-started.confluence
index 3199ddb..9d4aab2 100644
--- a/src/site/confluence/getting-started.confluence
+++ b/src/site/confluence/getting-started.confluence
@@ -9,8 +9,8 @@ h2. Using Curator
 The Curator JARs are available from Maven Central. The various artifacts are listed on the [[main page|index.html]]. Users
 of Maven, Gradle, Ant, etc. can easily include Curator into their build script.
 
-Most users will want to use one of Curator's pre\-built recipes. So, the curator-recipes is the correct artifact to use. If you only
-want a wrapper around ZooKeeper that adds connection management and retry policies, use curator-framework.
+Most users will want to use one of Curator's pre\-built recipes. So, the curator\-recipes is the correct artifact to use. If you only
+want a wrapper around ZooKeeper that adds connection management and retry policies, use curator\-framework.
 
 h2. Getting a Connection