Skip to content

Commit 89d27e6

Browse files
committed
DOCSP-51826 Check release note refs
1 parent 3c6d81e commit 89d27e6

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

source/archive-reference-files/fundamentals/crud/write-read-pref.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ the following levels:
3737
In the following sections, you can learn how to customize the consistency and
3838
availability of the data in your replica sets.
3939

40-
.. _golang-writeconcern:
41-
4240
Write Concern
4341
-------------
4442

source/archive-reference-files/fundamentals/enterprise-auth.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ address of your MongoDB server:
198198
authenticates using the PLAIN Simple Authentication and Security Layer
199199
(SASL) defined in `RFC-4616 <https://tools.ietf.org/html/rfc4616>`__.
200200

201-
.. _golang-mongodb-oidc:
202-
203201
MONGODB-OIDC
204202
------------
205203

@@ -479,8 +477,6 @@ callback function that you defined:
479477
:end-before: end-credential-callback
480478
:emphasize-lines: 6
481479

482-
.. _golang-kubernetes-oidc:
483-
484480
Kubernetes
485481
~~~~~~~~~~
486482

source/archive-reference-files/fundamentals/monitoring.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. _golang-monitoring:
21

32
==========
43
Monitoring

source/reference/release-notes.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ in the {+driver-short+} source code on GitHub.
130130

131131
This release includes the following improvements and fixes:
132132

133-
- Support for OpenID Connect (OIDC) authentication. To learn more, see
134-
the :ref:`golang-mongodb-oidc` section of the Enterprise
135-
Authentication Mechanisms guide.
133+
- Documentation support for OpenID Connect (OIDC) authentication. To learn more, see
134+
the :ref:`golang-mongodb-oidc` guide.
136135

137136
- You can access the GridFS API from the ``mongo`` package. In previous
138137
versions, you could access GridFS functions from the separate ``gridfs``
@@ -219,8 +218,7 @@ The 1.17 {+driver-short+} release includes the following improvements
219218
and fixes:
220219

221220
- Adds support for OpenID Connect (OIDC) authentication. To learn more, see
222-
the :ref:`golang-mongodb-oidc` section of the Enterprise
223-
Authentication Mechanisms guide.
221+
the :ref:`golang-mongodb-oidc` guide.
224222

225223
- Adds support for Queryable Encryption (QE) range queries. To use this
226224
feature, your app must connect to {+mdb-server+} 8.0 or later. For
@@ -376,7 +374,7 @@ Logging Interface
376374
You can now record connection management and command execution events by
377375
using the ``LogSink`` logging interface.
378376

379-
To learn more, see the :ref:`golang-logging` Fundamentals guide.
377+
To learn more, see the :ref:`golang-logging` guide.
380378

381379
Additional BSON Marshalling Options
382380
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)