Updated Branches: refs/heads/master bae0b2730 -> 6350e528c
docs: fix naming of figure Fixing A âhello worldâ document in Futon document in Futonâ. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6350e528 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6350e528 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6350e528 Branch: refs/heads/master Commit: 6350e528c72d6b032247d65fee0057f4df4af24a Parents: bae0b27 Author: Robert Kowalski <[email protected]> Authored: Sat Nov 30 23:01:15 2013 +0100 Committer: Robert Kowalski <[email protected]> Committed: Sat Nov 30 23:05:46 2013 +0100 ---------------------------------------------------------------------- share/doc/src/intro/tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6350e528/share/doc/src/intro/tour.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/intro/tour.rst b/share/doc/src/intro/tour.rst index 061f79f..3e2de8c 100644 --- a/share/doc/src/intro/tour.rst +++ b/share/doc/src/intro/tour.rst @@ -260,7 +260,7 @@ finalize creating the hello field. Double-click the hello field's value You can experiment with other JSON values; e.g., ``[1, 2, "c"]`` or ``{"foo": "bar"}``. Once you've entered your values into the document, make a note of its ``_rev`` attribute and click "Save Document." The result -should look like :ref:`intro/tour-04` document in Futon". +should look like :ref:`intro/tour-04`. .. _intro/tour-03:
