Updated Branches: refs/heads/master 1f5695dd2 -> 8431aeab6
Use our official doc links Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/8431aeab Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8431aeab Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8431aeab Branch: refs/heads/master Commit: 8431aeab6e48ae9bb191af46904aee0af614da8b Parents: 1f5695d Author: Dave Cottlehuber <[email protected]> Authored: Wed Feb 20 22:21:23 2013 +0100 Committer: Dave Cottlehuber <[email protected]> Committed: Wed Feb 20 22:21:23 2013 +0100 ---------------------------------------------------------------------- share/doc/src/contributing.rst | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/8431aeab/share/doc/src/contributing.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/contributing.rst b/share/doc/src/contributing.rst index a40d732..48a6da9 100644 --- a/share/doc/src/contributing.rst +++ b/share/doc/src/contributing.rst @@ -74,10 +74,10 @@ The documentation sources live in `src/doc`, you can safely ignore all the other files and directories. First we should determine where we want to document this inside the -documentation. We can look through https://couchdb-dev.readthedocs.org/en/latest/ +documentation. We can look through http://docs.couchdb.org/en/latest/ for inspiration. The `JSON Structure Reference`_ looks like a fine place to write this up. -.. _JSON Structure Reference: https://couchdb-dev.readthedocs.org/en/latest/json-structure.html +.. _JSON Structure Reference: http://docs.couchdb.org/en/latest/json-structure.html The current state includes mostly tables describing the JSON structure (after all, that's the title of this chapter), but some prose about the number @@ -86,8 +86,8 @@ includes views and different encoding in views (as opposed to the storage engine), we should remember to make a note in the views documentation as well, but we'll leave this for later. -Let's try and find the source file that builds the file https://couchdb- -dev.readthedocs.org/en/latest/json-structure.html -- we are in luck, under +Let's try and find the source file that builds the file +http://docs.couchdb.org/en/latest/json-structure.html -- we are in luck, under `share/docs/src/` we find the file `json-structure.rst`. That looks promising. `.rst` stands for ReStructured Text (see http://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
