Skip to content

Commit 4e4ba75

Browse files
lindseymoorerachel-mack
authored andcommitted
DOCSP-49984 Check release note refs (mongodb#537)
* DOCSP-51826 Check release note refs (cherry picked from commit 89d27e6) * remove comment todo
1 parent ada9a26 commit 4e4ba75

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.. _golang-whats-new:
22
.. _golang-release-notes:
33

4-
.. TODO clean up
5-
64
=============
75
Release Notes
86
=============
@@ -130,9 +128,8 @@ in the {+driver-short+} source code on GitHub.
130128

131129
This release includes the following improvements and fixes:
132130

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.
131+
- Documentation support for OpenID Connect (OIDC) authentication. To learn more, see
132+
the :ref:`golang-mongodb-oidc` guide.
136133

137134
- You can access the GridFS API from the ``mongo`` package. In previous
138135
versions, you could access GridFS functions from the separate ``gridfs``
@@ -219,8 +216,7 @@ The 1.17 {+driver-short+} release includes the following improvements
219216
and fixes:
220217

221218
- 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.
219+
the :ref:`golang-mongodb-oidc` guide.
224220

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

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

381377
Additional BSON Marshalling Options
382378
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)