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 6a774c1  Fix two broken links in javascript.rst and collation.rst 
(#224)
6a774c1 is described below

commit 6a774c1dd244e878d7177c44dcecf97f10bec060
Author: Juanjo Rodriguez <[email protected]>
AuthorDate: Sat Dec 23 10:42:24 2017 +0100

    Fix two broken links in javascript.rst and collation.rst (#224)
    
    * Fix broken link to json2.js file
    
    Replaced the broken link previous Apache Git repo by the link github
    
    * Replaced broken link to view_collation.js
    
    Replaced old broken link to view_collation.js
---
 src/ddocs/views/collation.rst   | 2 +-
 src/query-server/javascript.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ddocs/views/collation.rst b/src/ddocs/views/collation.rst
index cc6071c..4ce5182 100644
--- a/src/ddocs/views/collation.rst
+++ b/src/ddocs/views/collation.rst
@@ -108,7 +108,7 @@ Collation Specification
 
 This section is based on the view_collation function in `view_collation.js`_:
 
-.. _view_collation.js: 
https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob;f=share/www/script/test/view_collation.js;hb=HEAD
+.. _view_collation.js: 
https://github.com/apache/couchdb/blob/master/test/javascript/tests/view_collation.js
 
 .. code-block:: javascript
 
diff --git a/src/query-server/javascript.rst b/src/query-server/javascript.rst
index ca87688..7f61394 100644
--- a/src/query-server/javascript.rst
+++ b/src/query-server/javascript.rst
@@ -96,7 +96,7 @@ modules and functions:
 
 .. data:: JSON
 
-    `JSON2 
<https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob;f=share/server/json2.js>`_
+    `JSON2 
<https://github.com/apache/couchdb/blob/master/share/server/json2.js>`_
     object.
 
 .. function:: isArray(obj)

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

Reply via email to