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

flimzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 27ae432  Fix broken link in Generate Replication ID section (#222)
27ae432 is described below

commit 27ae43299b557732f36bdb4e7416acc4de84b9bf
Author: Juanjo Rodriguez <[email protected]>
AuthorDate: Sat Dec 23 10:34:08 2017 +0100

    Fix broken link in Generate Replication ID section (#222)
    
    The link to couch_replicator_utils.erl is broken and should point to github 
code.
    
    In the new code, couch_replicator_utils.erl does not contains the ID 
generation logic so the reference is update to point to 
couch_replicator_ids.erl where de ID is build.
    
    Resolves apache/couchdb-documentation#221
---
 src/replication/protocol.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/replication/protocol.rst b/src/replication/protocol.rst
index 2dc3041..8b62527 100644
--- a/src/replication/protocol.rst
+++ b/src/replication/protocol.rst
@@ -526,10 +526,10 @@ ID:
 - Changes Feed query parameters, if any
 
 .. note::
-    See `couch_replicator_utils.erl`_ for an example of a Replication ID 
generation
+    See `couch_replicator_ids.erl`_ for an example of a Replication ID 
generation
     implementation.
 
-    .. _couch_replicator_utils.erl: 
https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob;f=src/couch_replicator/src/couch_replicator_utils.erl;h=d7778db;hb=HEAD
+    .. _couch_replicator_ids.erl: 
https://github.com/apache/couchdb/blob/master/src/couch_replicator/src/couch_replicator_ids.erl
 
 Retrieve Replication Logs from Source and Target
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to