Skip to content

Commit 8f7af4a

Browse files
authored
DOCSP-35340 Fix 404 Errors (#5751)
* DOCSP-35340 Fix 404 Errors * * * Empty-Commit * Copy Review
1 parent 796874c commit 8f7af4a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

source/reference/configuration-options.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3434,7 +3434,7 @@ Key Management Configuration Options
34343434
.. note::
34353435

34363436
An explanation of `RFC4514 <https://www.ietf.org/rfc/rfc4514.txt>`_,
3437-
`RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
3437+
`RFC4515 <https://tools.ietf.org/html/rfc4515>`_,
34383438
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_, or LDAP queries is out
34393439
of scope for the MongoDB Documentation. Please review the RFC directly or
34403440
use your preferred LDAP resource.
@@ -3521,7 +3521,7 @@ Key Management Configuration Options
35213521
*Available in MongoDB Enterprise only.*
35223522

35233523
A relative LDAP query URL formatted conforming to `RFC4515
3524-
<https://tools.ietf.org/search/rfc4515>`_ and `RFC4516
3524+
<https://tools.ietf.org/html/rfc4515>`_ and `RFC4516
35253525
<https://tools.ietf.org/html/rfc4516>`_ that :binary:`~bin.mongod` executes to obtain
35263526
the LDAP groups to which the authenticated user belongs to. The query is
35273527
relative to the host or hosts specified in :setting:`security.ldap.servers`.
@@ -3589,7 +3589,7 @@ Key Management Configuration Options
35893589

35903590
.. note::
35913591

3592-
An explanation of `RFC4515 <https://tools.ietf.org/search/rfc4515>`_,
3592+
An explanation of `RFC4515 <https://tools.ietf.org/html/rfc4515>`_,
35933593
`RFC4516 <https://tools.ietf.org/html/rfc4516>`_ or LDAP queries is out
35943594
of scope for the MongoDB Documentation. Please review the RFC directly or
35953595
use your preferred LDAP resource.

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ Compatibility
4242

4343
You can't perform :ref:`bulk write <bulk-write-operations>`
4444
operations in the :ref:`Atlas UI <atlas-ui-docs>`.
45-
To insert multiple documents, you must insert an array of documents.
46-
To learn more, see :atlas:`Create, View, Update, and Delete Documents
47-
</atlas-ui/documents>` in the Atlas documentation.
45+
To insert multiple documents, you must insert an array of documents.
46+
To learn more, see :ref:`atlas-ui-docs` in the Atlas documentation.
4847

4948
Syntax
5049
------

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Compatibility
3939
.. include:: /includes/fact-compatibility.rst
4040

4141
To learn how to update documents hosted in {+atlas+} by
42-
using the Atlas UI, see :atlas:`Create, View, Update, and Delete Documents
43-
</atlas-ui/documents/#edit-one-document>`.
42+
using the Atlas UI, see :ref:`<atlas-ui-edit-document>`.
43+
4444

4545
Syntax
4646
------

0 commit comments

Comments
 (0)