Skip to content

Commit ed86408

Browse files
committed
Fix broken links for methods
1 parent 8e7b33c commit ed86408

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/core/read-operations.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ To create a new query plan, the query optimizer:
572572

573573
1. runs the query against several candidate indexes in parallel.
574574

575-
#. The query optimizer records the matches in a common results buffer
576-
or buffers:
575+
#. records the matches in a common results buffer
576+
or buffers.
577577

578578
- If the candidate plans include only :term:`ordered query plans
579579
<ordered query plan>`, there is a single common results buffer.
@@ -916,13 +916,13 @@ For more information on the aggregation framework see
916916
Additionally, MongoDB provides a number of simple data aggregation
917917
operations for more basic data aggregation operations:
918918

919-
- :method:`count() <cursor.count()>`
919+
- :method:`~cursor.count()`
920920

921-
- :dbcommand:`distinct() <distinct>`
921+
- :method:`~db.collection.distinct()`
922922

923-
- :method:`group()`
923+
- :method:`~db.collection.group()`
924924

925-
- :dbcommand:`mapReduce() <mapReduce>` (See also
925+
- :method:`~db.collection.mapReduce()` (See also
926926
:doc:`/applications/map-reduce`.)
927927

928928
.. index:: read operation; architecture
@@ -939,7 +939,7 @@ Read Operations From Sharded Clusters
939939
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
940940

941941
:term:`Sharded clusters <sharded cluster>` allow you to partition a
942-
data set among a cluster of program:`mongod` in a way that is nearly
942+
data set among a cluster of :program:`mongod` in a way that is nearly
943943
transparent to the application. See the :doc:`/sharding` section of
944944
this manual for additional information about these deployments.
945945

0 commit comments

Comments
 (0)