From 11d33c57c2232e02a4a894fc10e69403bb84a752 Mon Sep 17 00:00:00 2001 From: John Berberich Date: Wed, 21 Aug 2013 12:55:25 -0400 Subject: [PATCH] Replaced duplicate link to Read Operations with one to Query Documents. --- source/tutorial/getting-started.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/getting-started.txt b/source/tutorial/getting-started.txt index 91482410172..a1ee354548d 100644 --- a/source/tutorial/getting-started.txt +++ b/source/tutorial/getting-started.txt @@ -343,7 +343,7 @@ following command: db.testData.findOne() For more information on querying for documents, see the -:doc:`/core/read-operations` and :doc:`/core/read-operations` documentation. +:ref:`read-operations-query-document` and :doc:`/core/read-operations` documentation. Limit the Number of Documents in the Result Set ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~