Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 231A610917 for ; Fri, 1 Nov 2013 02:40:34 +0000 (UTC) Received: (qmail 75325 invoked by uid 500); 1 Nov 2013 02:40:34 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 75295 invoked by uid 500); 1 Nov 2013 02:40:33 -0000 Mailing-List: contact commits-help@curator.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.incubator.apache.org Delivered-To: mailing list commits@curator.incubator.apache.org Received: (qmail 75288 invoked by uid 99); 1 Nov 2013 02:40:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 02:40:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 01 Nov 2013 02:40:32 +0000 Received: (qmail 75267 invoked by uid 99); 1 Nov 2013 02:40:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 02:40:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 67358D1CE; Fri, 1 Nov 2013 02:40:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: patch for doc updates Date: Fri, 1 Nov 2013 02:40:10 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master ddaff1af9 -> 896c7c1b3 patch for doc updates Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/896c7c1b Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/896c7c1b Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/896c7c1b Branch: refs/heads/master Commit: 896c7c1b3a7671c67dbcbca76976e91103b55289 Parents: ddaff1a Author: randgalt Authored: Thu Oct 31 19:39:40 2013 -0700 Committer: randgalt Committed: Thu Oct 31 19:39:40 2013 -0700 ---------------------------------------------------------------------- curator-x-discovery-server/README.txt | 2 +- curator-x-discovery-server/src/site/confluence/index.confluence | 2 +- src/site/confluence/getting-started.confluence | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/896c7c1b/curator-x-discovery-server/README.txt ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/README.txt b/curator-x-discovery-server/README.txt index 98df35f..d3b3906 100644 --- a/curator-x-discovery-server/README.txt +++ b/curator-x-discovery-server/README.txt @@ -21,7 +21,7 @@ A REST server for use with Curator Service Discovery. This server can be used for non-Java applications that need to participate in the Curator Service Discovery. -Full documentation: https://github.com/Netflix/curator/wiki/Service-Discovery-Server +Full documentation: http://curator.incubator.apache.org/curator-x-discovery-server/index.html == JSON specifications for REST entities == http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/896c7c1b/curator-x-discovery-server/src/site/confluence/index.confluence ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/src/site/confluence/index.confluence b/curator-x-discovery-server/src/site/confluence/index.confluence index 184e2fc..1e869e8 100644 --- a/curator-x-discovery-server/src/site/confluence/index.confluence +++ b/curator-x-discovery-server/src/site/confluence/index.confluence @@ -87,4 +87,4 @@ h2. getAny *Description:* {name} is the service name. Return a random instance from the given service or 404. h2. JSON specs -The JSON specifications for the REST entities are documented here: https://github.com/Netflix/curator/tree/master/curator-x-discovery-server +The JSON specifications for the REST entities are documented here: https://git-wip-us.apache.org/repos/asf?p=incubator-curator.git;a=blob_plain;f=curator-x-discovery-server/README.txt;hb=HEAD http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/896c7c1b/src/site/confluence/getting-started.confluence ---------------------------------------------------------------------- diff --git a/src/site/confluence/getting-started.confluence b/src/site/confluence/getting-started.confluence index 749b9cf..71818ea 100644 --- a/src/site/confluence/getting-started.confluence +++ b/src/site/confluence/getting-started.confluence @@ -79,7 +79,7 @@ LeaderSelectorListener listener = new LeaderSelectorListener() public void stateChanged(CuratorFramework client, ConnectionState newState) { - // see https://github.com/Netflix/curator/wiki/Errors + // see http://curator.incubator.apache.org/errors.html // You always need to be aware that connections to ZK can fail } }