Skip to content

Commit 8b1647f

Browse files
authored
DOCSP-26426 Replaces Compound-GeoJSON doc directives (#2156)
1 parent 67f0728 commit 8b1647f

26 files changed

+35
-30
lines changed

source/administration/production-checklist-operations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Replication
5757
- Verify that all non-hidden replica set members are identically
5858
provisioned in terms of their RAM, CPU, disk, network setup, etc.
5959

60-
- :doc:`Configure the oplog size </tutorial/change-oplog-size>` to
60+
- :ref:`Configure the oplog size <tutorial-change-oplog-size>` to
6161
suit your use case:
6262

6363
- The replication oplog window should cover normal maintenance and

source/administration/production-notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ NUMA for use with MongoDB.
418418

419419
You must use ``numactl`` to start each of your
420420
:binary:`~bin.mongod` instances, including all
421-
:doc:`config servers </core/sharded-cluster-config-servers>`,
421+
:ref:`config servers <sharding-config-server>`,
422422
:binary:`~bin.mongos` instances, and clients. Edit the default
423423
**systemd** service file for each as follows:
424424

@@ -472,7 +472,7 @@ NUMA for use with MongoDB.
472472

473473
You must use ``numactl`` to start each of your
474474
:binary:`~bin.mongod` instances, including all
475-
:doc:`config servers </core/sharded-cluster-config-servers>`,
475+
:ref:`config servers <sharding-config-server>`,
476476
:binary:`~bin.mongos` instances, and clients.
477477

478478
#. Install ``numactl`` for your platform if not already

source/core/document.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Field Names
7272

7373
Field names are strings.
7474

75-
:doc:`Documents </core/document>` have the following restrictions on field
75+
:ref:`Documents <bson-document-format>` have the following restrictions on field
7676
names:
7777

7878
- .. include:: /includes/fact-id-field-name-rules.rst

source/core/sharded-cluster-components.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A MongoDB :term:`sharded cluster` consists of the following components:
2828
can support :ref:`hedged reads <mongos-hedged-reads>` to minimize
2929
latencies.
3030

31-
* :doc:`config servers </core/sharded-cluster-config-servers>`: Config
31+
* :ref:`config servers <sharding-config-server>`: Config
3232
servers store metadata and configuration settings for the cluster. As
3333
of MongoDB 3.4, config servers must be deployed as a replica set (CSRS).
3434

source/includes/driver-examples/driver-example-update-52.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
Because |compass| does not support
106106
:update:`$currentDate` or any other
107-
:doc:`Field Update Operators </reference/operator/update-field>`,
107+
:ref:`Field Update Operators <field-update-operators>`,
108108
you must manually enter the date value in Compass.
109109

110110
- id: python

source/includes/extracts-geojson-specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ content: |
4343
}
4444
4545
For a list of the GeoJSON objects supported in MongoDB as well as
46-
examples, see :doc:`GeoJSON objects </reference/geojson>`.
46+
examples, see :ref:`GeoJSON objects <geospatial-indexes-store-geojson>`.
4747
4848
.. include:: /includes/extracts/geojson-specification-query-calculation.rst
4949
...

source/includes/fact-sharded-cluster-components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A MongoDB :term:`sharded cluster` consists of the following components:
88
query router, providing an interface between client applications and the
99
sharded cluster.
1010

11-
- :doc:`config servers </core/sharded-cluster-config-servers>`: Config
11+
- :ref:`config servers <sharding-config-server>`: Config
1212
servers store metadata and configuration settings for the cluster. As
1313
of MongoDB 3.4, config servers must be deployed as a replica set (CSRS).
1414

source/includes/steps-deploy-geographically-distributed-replica-set-5member.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ content: |
5757
Alternatively, you can also specify the :setting:`replica set name
5858
<replication.replSetName>` and the :setting:`hostnames/ip
5959
addresses <net.bindIp>` in a
60-
:doc:`configuration file </reference/configuration-options>`:
60+
:ref:`configuration file <configuration-options>`:
6161
6262
.. code-block:: yaml
6363

source/includes/steps-run-mongodb-on-osx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pre: |
5757
from above, and the ``fork`` parameter to run :binary:`~bin.mongod`
5858
in the background. Alternatively, you may choose to store the values
5959
for ``dbpath``, ``logpath``, ``fork``, and many other parameters in a
60-
:doc:`configuration file </reference/configuration-options>`.
60+
:ref:`configuration file <configuration-options>`.
6161
action:
6262
- heading: Run ``mongod`` with command-line parameters
6363
pre: |
@@ -71,7 +71,7 @@ action:
7171
pre: |
7272
Run the :binary:`~bin.mongod` process at the system prompt,
7373
providing the path to a
74-
:doc:`configuration file </reference/configuration-options>`
74+
:ref:`configuration file <configuration-options>`
7575
with the ``config`` parameter:
7676
language: sh
7777
code: |

source/includes/steps-stop-sharded-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ref: stop-servers
2929
content: |
3030
3131
Run :method:`db.shutdownServer()` from the ``admin`` database on each
32-
of the :doc:`config servers </core/sharded-cluster-config-servers>` to
32+
of the :ref:`config servers <sharding-config-server>` to
3333
shutdown its :binary:`mongod <bin.mongod>` process. Shutdown all
3434
secondary members before shutting down the primary.
3535

0 commit comments

Comments
 (0)