Skip to content

Commit 670756c

Browse files
authored
DOCSP-26430 Log Messages-MongoDB connection ports doc directives (#2234)
* DOCSP-26430 Log Messages-MongoDB connection ports doc directives * internal review feedback
1 parent 4ee44dd commit 670756c

16 files changed

+29
-22
lines changed

source/administration/production-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,6 @@ Backups
10771077
-------
10781078

10791079
To make backups of your MongoDB database, please refer to
1080-
:doc:`MongoDB Backup Methods Overview </core/backups>`.
1080+
:ref:`MongoDB Backup Methods Overview <backup-methods>`.
10811081

10821082
.. include:: /includes/unicode-checkmark.rst

source/includes/driver-examples/driver-example-indexes-1.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
tabs:
44
- id: shell
55
content: |
6-
To create an index in the
7-
:doc:`Mongo Shell </tutorial/getting-started/>`, use
6+
To create an index in :binary:`~bin.mongosh`, use
87
:method:`db.collection.createIndex()`.
98

109

source/includes/fact-use-aggregation-not-map-reduce.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Starting in MongoDB 5.0, :doc:`map-reduce </core/map-reduce>` is
1+
Starting in MongoDB 5.0, :ref:`map-reduce <map-reduce>` is
22
deprecated:
33

4-
- Instead of :doc:`map-reduce </core/map-reduce>`, you should use an
4+
- Instead of :ref:`map-reduce <map-reduce>`, you should use an
55
:ref:`aggregation pipeline <aggregation-pipeline>`. Aggregation
66
pipelines provide better performance and usability than map-reduce.
77

source/reference/command.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Aggregation Commands
7474

7575
* - :dbcommand:`mapReduce`
7676

77-
- Performs :doc:`map-reduce </core/map-reduce>` aggregation for large data sets.
77+
- Performs :ref:`map-reduce <map-reduce>` aggregation for large data sets.
7878

7979

8080
.. toctree::

source/reference/command/mapReduce.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ following examples use the :method:`db.collection.mapReduce()` method:
349349
:start-after: map-reduce-document-prototype-begin
350350

351351
For more information and examples, see the
352-
:doc:`Map-Reduce </core/map-reduce>` page and
353-
:doc:`/tutorial/perform-incremental-map-reduce`.
352+
:ref:`Map-Reduce <map-reduce>` page and
353+
:ref:`Perform Incremental Map-Reduce <incremental-map-reduce>`
354354

355355
.. _mapreduce-output:
356356
.. _mapReduce-output:

source/reference/command/nav-aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Aggregation Commands
3434

3535
* - :dbcommand:`mapReduce`
3636

37-
- Performs :doc:`map-reduce </core/map-reduce>` aggregation for large data sets.
37+
- Performs :ref:`map-reduce <map-reduce>` aggregation for large data sets.
3838

3939

4040
.. toctree::

source/reference/method/db.collection.mapReduce.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,15 @@ consistent sessions <causal-consistency>`. Starting in MongoDB 4.2, the
307307
Additional Information
308308
----------------------
309309

310-
- :doc:`/tutorial/troubleshoot-map-function`
310+
- :ref:`troubleshoot-map-function`
311311

312-
- :doc:`/tutorial/troubleshoot-reduce-function`
312+
- :ref:`troubleshoot-reduce-function`
313313

314314
- :dbcommand:`mapReduce` command
315315

316316
- :ref:`aggregation`
317317

318-
- :doc:`Map-Reduce </core/map-reduce>`
318+
- :ref:`Map-Reduce <map-reduce>`
319319

320-
- :doc:`/tutorial/perform-incremental-map-reduce`
320+
- :ref:`incremental-map-reduce`
321321

source/reference/operator/aggregation/interface.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Aggregation Commands
3737

3838
* - :dbcommand:`mapReduce`
3939

40-
- Performs :doc:`map-reduce </core/map-reduce>` aggregation for large data sets.
40+
- Performs :ref:`map-reduce <map-reduce>` aggregation for large data sets.
4141

4242

4343
Aggregation Methods
@@ -59,7 +59,7 @@ Aggregation Methods
5959

6060
* - :method:`db.collection.mapReduce()`
6161

62-
- Performs :doc:`map-reduce </core/map-reduce>` aggregation for large
62+
- Performs :ref:`map-reduce <map-reduce>` aggregation for large
6363
data sets.
6464

6565

source/release-notes/2.4.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Security Enhancements
311311
Certificate Authority. See :doc:`/tutorial/configure-ssl`.
312312

313313
For more information on security and risk management strategies, see
314-
:doc:`MongoDB Security Practices and Procedures </security>`.
314+
:ref:`MongoDB Security Practices and Procedures <security>`.
315315

316316
Performance Improvements
317317
------------------------
@@ -411,7 +411,7 @@ for more information. For drivers that provide support for
411411
Kerberos authentication to MongoDB, refer to :ref:`kerberos-and-drivers`.
412412

413413
For more information on security and risk management strategies, see
414-
:doc:`MongoDB Security Practices and Procedures </security>`.
414+
:ref:`MongoDB Security Practices and Procedures <security>`.
415415

416416
Additional Information
417417
----------------------

source/release-notes/4.4-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ If you have existing log parsing utilities, or use a log ingestion
277277
service, you may need to reconfigure these tools for the new structured
278278
logging format with MongoDB 4.4.
279279

280-
See :doc:`Log Messages </reference/log-messages>` for a detailed
280+
See :ref:`Log Messages <log-messages-ref>` for a detailed
281281
examination of the new structured logging format, including
282282
:ref:`examples of log parsing<log-message-parsing>` using the new log
283283
structure.

source/release-notes/4.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ powerful.
15671567

15681568
For more information on structured logging, including a detailed
15691569
examination of log entry components as well as command-line parsing
1570-
examples, see :doc:`Log Messages </reference/log-messages>`.
1570+
examples, see :ref:`Log Messages <log-messages-ref>`.
15711571

15721572
Multiple LDAP Password Support
15731573
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

source/security.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _security:
2+
13
========
24
Security
35
========

source/tutorial/perform-incremental-map-reduce.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _incremental-map-reduce:
2+
13
==============================
24
Perform Incremental Map-Reduce
35
==============================

source/tutorial/troubleshoot-map-function.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _troubleshoot-map-function:
2+
13
=============================
24
Troubleshoot the Map Function
35
=============================
@@ -19,7 +21,7 @@ Troubleshoot the Map Function
1921

2022
The ``map`` function is a JavaScript function that associates or “maps”
2123
a value with a key and emits the key and value pair during a
22-
:doc:`map-reduce </core/map-reduce>` operation.
24+
:ref:`map-reduce <map-reduce>` operation.
2325

2426
.. note::
2527

source/tutorial/troubleshoot-reduce-function.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _troubleshoot-reduce-function:
2+
13
================================
24
Troubleshoot the Reduce Function
35
================================
@@ -19,7 +21,7 @@ Troubleshoot the Reduce Function
1921

2022
The ``reduce`` function is a JavaScript function that “reduces” to a
2123
single object all the values associated with a particular key during a
22-
:doc:`map-reduce </core/map-reduce>` operation. The ``reduce`` function
24+
:ref:`map-reduce <map-reduce>` operation. The ``reduce`` function
2325
must meet various requirements. This tutorial helps verify that the
2426
``reduce`` function meets the following criteria:
2527

source/tutorial/troubleshoot-sharded-clusters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ accessible again after an election.
176176
The user will need to resolve the chunk migration failure
177177
independently. If you encounter this issue, ask the `MongoDB
178178
Community <https://community.mongodb.com/?tck=docs_server>`_ or
179-
:doc:`MongoDB Support </support>` to address this issue.
179+
:ref:`MongoDB Support <technical-support>` to address this issue.

0 commit comments

Comments
 (0)