Skip to content

Commit 898a0b1

Browse files
authored
DOCSP-26443 replace docs directives (#2284)
* DOCSP-26443 replace docs directives * grammar and capitalization fix
1 parent 5e5e3d2 commit 898a0b1

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

source/administration/production-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ other MongoDB components.
234234
and :doc:`/core/authorization`.
235235

236236
For additional information and considerations on security, refer to the
237-
documents in the :doc:`Security Section </security>`, specifically:
237+
documents in the :ref:`Security Section <security>`, specifically:
238238

239239
- :doc:`/administration/security-checklist`
240240
- :doc:`/core/security-hardening`

source/changeStreams.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ transform the notifications at will.
3232
Availability
3333
------------
3434

35-
Change streams are available for :doc:`replica sets <replication>` and
36-
:doc:`sharded clusters </sharding>`:
35+
Change streams are available for :ref:`replica sets <replication>` and
36+
:ref:`sharded clusters <sharding-background>`:
3737

3838
- **Storage Engine.**
3939

source/core/authentication.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ MongoDB.
5050

5151
For more information on SCRAM and MongoDB, see:
5252

53-
- :doc:`SCRAM Authentication </core/security-scram>`
53+
- :ref:`SCRAM Authentication <authentication-scram>`
5454
- :ref:`scram-client-authentication`
5555

5656
.. _authentication-mechanism-x509:

source/core/index-hashed.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Hashed Indexes
1717
Hashed indexes maintain entries with hashes of the values of the
1818
indexed field.
1919

20-
Hashed indexes support :doc:`sharding </sharding>`
20+
Hashed indexes support :ref:`sharding <sharding-background>`
2121
using hashed shard keys. :ref:`Hashed based sharding
2222
<sharding-hashed-sharding>` uses a hashed index of a field as the shard
2323
key to partition data across your sharded cluster.

source/core/read-preference-use-cases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ reads, because:
8484
members of the set will need to be able to handle all application
8585
requests.
8686

87-
:doc:`Sharding </sharding>` increases read and write capacity by
87+
:ref:`Sharding <sharding-background>` increases read and write capacity by
8888
distributing read and write operations across a group of machines,
8989
and is often a better strategy for adding capacity.
9090

source/core/workload-isolation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ documentation in the MongoDB Manual:
7474

7575
Before adding workload isolation features to your application
7676
and MongoDB deployment, become familiar with all documentation of
77-
:doc:`replication </replication>`, and :doc:`sharding </sharding>`.
77+
:doc:`replication </replication>` and :ref:`sharding <sharding-background>`.
7878

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ content: |
5050
b. Click :guilabel:`Allow access`.
5151
5252
To learn more about security and MongoDB, see the
53-
:doc:`Security Documentation </security>`.
53+
:ref:`Security Documentation <security>`.
5454
---
5555
title: Connect to MongoDB.
5656
stepnum: 3

source/reference/command/shardCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Definition
1515

1616
.. dbcommand:: shardCollection
1717

18-
:doc:`Shards </sharding>` a collection to distribute its documents across
18+
:ref:`Shards <sharding-background>` a collection to distribute its documents across
1919
shards. The :dbcommand:`shardCollection` command must be run against the
2020
``admin`` database.
2121

source/reference/config-database.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Config Database
1414

1515
The collections in the ``config`` database support:
1616

17-
- :doc:`Sharded cluster operations </sharding>`
17+
- :ref:`Sharded cluster operations <sharding-background>`
1818

1919
- :ref:`Causally consistent sessions <sessions>` for standalones,
2020
replica sets, and sharded clusters and retryable writes for replica

source/reference/program/mongod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ Core Options
605605
exist, the localhost interface will continue to have access to the
606606
database until you create the first user.
607607

608-
See :doc:`Security </security>`
608+
See :ref:`Security <security>`
609609
for more information.
610610

611611

source/tutorial/query-documents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Read Isolation
345345
~~~~~~~~~~~~~~
346346

347347
For reads to :ref:`Replica sets <replication>` and replica set
348-
:doc:`shards </sharding>`, read concern allows clients to choose a
348+
:ref:`shards <sharding-background>`, read concern allows clients to choose a
349349
level of isolation for their reads. For more information, see
350350
:doc:`/reference/read-concern`.
351351

0 commit comments

Comments
 (0)