Skip to content

Commit ac0e57d

Browse files
committed
change links in count sections
1 parent e236d7a commit ac0e57d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/read.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ a collection:
100100
:dedent:
101101

102102
To learn more about the ``countDocuments()`` method, see the
103-
:ref:`php-accurate-count` section in the Count Documents guide.
103+
:ref:`php-count-all` section in the Count Documents guide.
104104

105105
Count Documents Returned from a Query
106106
-------------------------------------
@@ -115,7 +115,7 @@ that match the specified criteria:
115115
:dedent:
116116

117117
To learn more about the ``countDocuments()`` method, see the
118-
:ref:`php-accurate-count` section in the Count Documents guide.
118+
:ref:`php-count-specific` section in the Count Documents guide.
119119

120120
Estimated Document Count
121121
------------------------

source/read/count.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ pass a query filter to the ``countDocuments()`` method.
5858

5959
To learn more about specifying a query, see the :ref:`php-specify-query` guide.
6060

61+
.. _php-count-all:
62+
6163
Count All Documents
6264
~~~~~~~~~~~~~~~~~~~
6365

@@ -78,6 +80,8 @@ the ``countDocuments()`` method, as shown in the following example:
7880

7981
Number of documents: 9500
8082

83+
.. _php-count-specific:
84+
8185
Count Specific Documents
8286
~~~~~~~~~~~~~~~~~~~~~~~~
8387

0 commit comments

Comments
 (0)