flimzy closed pull request #224: Fix two broken links in javascript.rst and collation.rst URL: https://github.com/apache/couchdb-documentation/pull/224
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
