Skip to content

Commit c38b8b0

Browse files
authored
Fix and update references to Markdown MongoDB specifications (#1746)
* Fix and update references to Markdown MongoDB specifications * Update links to external resources
1 parent 5b6e818 commit c38b8b0

31 files changed

+35
-40
lines changed

.evergreen/config_generator/components/loadbalanced.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def tasks():
9494
)
9595

9696
# Satisfy requirements specified in
97-
# https://github.com/mongodb/specifications/blob/14916f76fd92b2686d8e3d1f0e4c2d2ef88ca5a7/source/load-balancers/tests/README.rst#testing-requirements
97+
# https://github.com/mongodb/specifications/blob/master/source/load-balancers/tests/README.md#testing-requirements
9898
#
9999
# > For each server version that supports load balanced clusters, drivers
100100
# > MUST add two Evergreen tasks: one with a sharded cluster with both

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Documentation / Support / Feedback
1717

1818
The documentation is available at `MongoDB C Driver Docs <https://www.mongodb.com/docs/drivers/c/>`_ and https://www.mongoc.org.
1919
For issues with, questions about, or feedback for libmongoc, please look into
20-
our `support channels <http://www.mongodb.org/about/support>`_. Please
20+
our `support channels <https://www.mongodb.org/about/support>`_. Please
2121
do not email any of the libmongoc developers directly with issues or
2222
questions - you're more likely to get an answer on the `MongoDB Community Forums`_ or `StackOverflow <https://stackoverflow.com/questions/tagged/mongodb+c>`_.
2323

src/kms-message/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ implements the request format.
1111
- `test_kms_azure_online` makes live requests, and has additional requirements (must have working credentials).
1212

1313
### Requirements
14-
- A complete installation of the C driver. (libbson is needed for parsing JSON, and libmongoc is used for creating TLS streams). See http://mongoc.org/libmongoc/current/installing.html for installation instructions. For macOS, `brew install mongo-c-driver` will suffice.
14+
- A complete installation of the C driver. (libbson is needed for parsing JSON, and libmongoc is used for creating TLS streams). See the [C Driver Manual](https://www.mongodb.com/docs/languages/c/c-driver/current/libmongoc/tutorials/obtaining-libraries/) for installation instructions. For macOS, `brew install mongo-c-driver` will suffice.
1515
- An Azure key vault, and a service principal with an access policy allowing encrypt / decrypt key operations. The following environment variables must be set:
1616
- AZURE_TENANT_ID
1717
- AZURE_CLIENT_ID

src/libbson/doc/bson_array_as_canonical_extended_json.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Example
6767

6868
.. include:: includes/seealso/bson-as-json.txt
6969

70-
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
70+
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_array_as_json.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Example
7272

7373
.. include:: includes/seealso/bson-as-json.txt
7474

75-
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
75+
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_array_as_relaxed_extended_json.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Example
6767

6868
.. include:: includes/seealso/bson-as-json.txt
6969

70-
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
70+
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_as_canonical_extended_json.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Example
4747

4848
.. include:: includes/seealso/bson-as-json.txt
4949

50-
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
50+
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_as_json.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ Example
6363

6464
.. include:: includes/seealso/bson-as-json.txt
6565

66-
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
67-
66+
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_as_json_with_opts.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Example
5252

5353
.. include:: includes/seealso/bson-as-json.txt
5454

55-
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
55+
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_as_relaxed_extended_json.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Example
4747

4848
.. include:: includes/seealso/bson-as-json.txt
4949

50-
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
50+
.. _MongoDB Extended JSON format: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_decimal128_from_string.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Description
2222

2323
Parses the string containing ascii encoded Decimal128 and initialize the bytes
2424
in ``dec``. See the `Decimal128 specification
25-
<https://github.com/mongodb/specifications/blob/master/source/bson-decimal128/decimal128.rst>`_
25+
<https://github.com/mongodb/specifications/blob/master/source/bson-decimal128/decimal128.md>`_
2626
for the exact string format.
2727

2828
Returns
@@ -38,4 +38,3 @@ Example
3838
3939
bson_decimal128_t dec;
4040
bson_decimal128_from_string ("1.00", &dec);
41-

src/libbson/doc/bson_decimal128_from_string_w_len.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Description
2525

2626
Parses the string containing ascii encoded Decimal128 and initialize the bytes
2727
in ``dec``. See the `Decimal128 specification
28-
<https://github.com/mongodb/specifications/blob/master/source/bson-decimal128/decimal128.rst>`_
28+
<https://github.com/mongodb/specifications/blob/master/source/bson-decimal128/decimal128.md>`_
2929
for the exact string format.
3030

3131
Returns

src/libbson/doc/bson_json_mode_t.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ The :symbol:`bson_json_mode_t` enumeration contains all available modes for enco
2727

2828
| :symbol:`bson_as_json_with_opts()`
2929
30-
.. _MongoDB Extended JSON: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
30+
.. _MongoDB Extended JSON: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md

src/libbson/doc/bson_json_opts_t.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The ``max_len`` member holds a maximum length for the resulting JSON string. Enc
3434

3535
| :symbol:`bson_as_json_with_opts()`
3636
37-
.. _MongoDB Extended JSON: https://github.com/mongodb/specifications/blob/master/source/extended-json.rst
37+
.. _MongoDB Extended JSON: https://github.com/mongodb/specifications/blob/master/source/extended-json/extended-json.md
3838

3939

4040
.. only:: html

src/libbson/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This site documents the API. For tutorials, guides, and explainers, see `MongoDB
88
Introduction
99
------------
1010

11-
libbson builds, parses, and iterates `BSON <http://bsonspec.org>`_ documents, the native data format of MongoDB. It also converts BSON to and from JSON, and provides a platform compatibility layer for `the MongoDB C Driver <https://www.mongoc.org/>`_.
11+
libbson builds, parses, and iterates `BSON <https://bsonspec.org>`_ documents, the native data format of MongoDB. It also converts BSON to and from JSON, and provides a platform compatibility layer for `the MongoDB C Driver <https://www.mongoc.org/>`_.
1212

1313

1414
.. toctree::

src/libmongoc/doc/application-performance-monitoring.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Application Performance Monitoring (APM)
55

66
The MongoDB C Driver allows you to monitor all the MongoDB operations the driver executes. This event-notification system conforms to two MongoDB driver specs:
77

8-
* `Command Logging and Monitoring <https://github.com/mongodb/specifications/blob/master/source/command-logging-and-monitoring/command-logging-and-monitoring.rst>`_: events related to all application operations.
9-
* `SDAM Monitoring <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-monitoring.rst>`_: events related to the driver's Server Discovery And Monitoring logic.
8+
* `Command Logging and Monitoring <https://github.com/mongodb/specifications/blob/master/source/command-logging-and-monitoring/command-logging-and-monitoring.md>`_: events related to all application operations.
9+
* `SDAM Monitoring <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.md>`_: events related to the driver's Server Discovery And Monitoring logic.
1010

1111
To receive notifications, create a ``mongoc_apm_callbacks_t`` with :symbol:`mongoc_apm_callbacks_new`, set callbacks on it, then pass it to :symbol:`mongoc_client_set_apm_callbacks` or :symbol:`mongoc_client_pool_set_apm_callbacks`.
1212

src/libmongoc/doc/gridfs.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ GridFS
33

44
The C driver includes two APIs for GridFS.
55

6-
The older API consists of :symbol:`mongoc_gridfs_t` and its derivatives. It contains deprecated API, does not support read preferences, and is not recommended in new applications. It does not conform to the `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst>`_.
6+
The older API consists of :symbol:`mongoc_gridfs_t` and its derivatives. It contains deprecated API, does not support read preferences, and is not recommended in new applications. It does not conform to the `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.md>`_.
77

8-
The newer API consists of :symbol:`mongoc_gridfs_bucket_t` and allows uploading/downloading through derived :symbol:`mongoc_stream_t` objects. It conforms to the `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst>`_.
8+
The newer API consists of :symbol:`mongoc_gridfs_bucket_t` and allows uploading/downloading through derived :symbol:`mongoc_stream_t` objects. It conforms to the `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.md>`_.
99

10-
There is not always a straightforward upgrade path from an application built with :symbol:`mongoc_gridfs_t` to :symbol:`mongoc_gridfs_bucket_t` (e.g. a :symbol:`mongoc_gridfs_file_t` provides functions to seek but :symbol:`mongoc_stream_t` does not). But users are encouraged to upgrade when possible.
10+
There is not always a straightforward upgrade path from an application built with :symbol:`mongoc_gridfs_t` to :symbol:`mongoc_gridfs_bucket_t` (e.g. a :symbol:`mongoc_gridfs_file_t` provides functions to seek but :symbol:`mongoc_stream_t` does not). But users are encouraged to upgrade when possible.

src/libmongoc/doc/mongoc_client_encryption_rewrap_many_datakey.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ provider and master key.
2929
If ``provider`` is not ``NULL``, rewraps matching data keys with the new KMS
3030
provider as described by ``master_key``. The ``master_key`` document must
3131
conform to the `Client Side Encryption specification
32-
<https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#masterkey>`_.
32+
<https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.md#masterkey>`_.
3333

3434
Parameters
3535
----------

src/libmongoc/doc/mongoc_client_session_get_dirty.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Synopsis
1111
bool
1212
mongoc_client_session_get_dirty (const mongoc_client_session_t *session);
1313
14-
Indicates whether ``session`` has been marked "dirty" as defined in the `driver sessions specification <https://github.com/mongodb/specifications/blob/master/source/sessions/driver-sessions.rst>`_.
14+
Indicates whether ``session`` has been marked "dirty" as defined in the `driver sessions specification <https://github.com/mongodb/specifications/blob/master/source/sessions/driver-sessions.md>`_.
1515

1616
Parameters
1717
----------

src/libmongoc/doc/mongoc_gridfs_bucket_t.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Example
5959

6060
.. seealso::
6161

62-
| The `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst>`_.
62+
| The `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.md>`_.
6363
6464
| The non spec-compliant :symbol:`mongoc_gridfs_t`.
65-

src/libmongoc/doc/mongoc_gridfs_t.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mongoc_gridfs_t
55

66
.. warning::
77

8-
This GridFS implementation does not conform to the `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst>`_. For a spec compliant implementation, use :symbol:`mongoc_gridfs_bucket_t`.
8+
This GridFS implementation does not conform to the `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.md>`_. For a spec compliant implementation, use :symbol:`mongoc_gridfs_bucket_t`.
99

1010
Synopsis
1111
--------
@@ -48,7 +48,7 @@ Example
4848

4949
.. seealso::
5050

51-
| The `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst>`_.
51+
| The `MongoDB GridFS specification <https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.md>`_.
5252
5353
| The spec-compliant :symbol:`mongoc_gridfs_bucket_t`.
5454
@@ -73,4 +73,3 @@ Example
7373
mongoc_gridfs_get_chunks
7474
mongoc_gridfs_get_files
7575
mongoc_gridfs_remove_by_filename
76-

src/libmongoc/doc/mongoc_topology_description_t.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Synopsis
1313
typedef struct _mongoc_topology_description_t mongoc_topology_description_t;
1414
1515
``mongoc_topology_description_t`` is an opaque type representing the driver's knowledge of the MongoDB server or servers it is connected to.
16-
Its API conforms to the `SDAM Monitoring Specification <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-monitoring.rst>`_.
16+
Its API conforms to the `SDAM Monitoring Specification <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.md>`_.
1717

1818
Applications receive a temporary reference to a ``mongoc_topology_description_t`` as a parameter to an SDAM Monitoring callback that must not be destroyed. See :doc:`Introduction to Application Performance Monitoring <application-performance-monitoring>`.
1919

@@ -32,4 +32,3 @@ Applications receive a temporary reference to a ``mongoc_topology_description_t`
3232
mongoc_topology_description_has_writable_server
3333
mongoc_topology_description_new_copy
3434
mongoc_topology_description_type
35-

src/libmongoc/src/mongoc/mongoc-cluster.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ mongoc_cluster_run_command_monitored (mongoc_cluster_t *cluster, mongoc_cmd_t *c
546546
/*
547547
* Unacknowledged writes must provide a CommandSucceededEvent with an
548548
* {ok: 1} reply.
549-
* https://github.com/mongodb/specifications/blob/master/source/command-logging-and-monitoring/command-logging-and-monitoring.rst#unacknowledged-acknowledged-writes
549+
* https://github.com/mongodb/specifications/blob/master/source/command-logging-and-monitoring/command-logging-and-monitoring.md#unacknowledgedacknowledged-writes
550550
*/
551551
if (!cmd->is_acknowledged) {
552552
bson_append_int32 (&fake_reply, "ok", 2, 1);

src/libmongoc/src/mongoc/mongoc-collection.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ mongoc_collection_find_indexes_with_opts (mongoc_collection_t *collection, const
16161616

16171617
if (mongoc_cursor_error (cursor, &error) && error.code == MONGOC_ERROR_COLLECTION_DOES_NOT_EXIST) {
16181618
/* collection does not exist. from spec: return no documents but no err:
1619-
* https://github.com/mongodb/specifications/blob/master/source/enumerate-indexes.rst#enumeration-getting-index-information
1619+
* https://github.com/mongodb/specifications/blob/master/source/enumerate-collections/enumerate-collections.md#getting-full-collection-information
16201620
*/
16211621
_mongoc_cursor_set_empty (cursor);
16221622
}

src/libmongoc/src/mongoc/mongoc-cursor.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ _mongoc_n_return (mongoc_cursor_t *cursor)
112112
int64_t n_return;
113113

114114
/* calculate numberToReturn according to:
115-
* https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst#combining-limit-and-batch-size-for-the-wire-protocol
115+
* https://github.com/mongodb/specifications/blob/master/source/crud/crud.md#combining-limit-and-batch-size-for-the-wire-protocol
116116
*/
117117
limit = mongoc_cursor_get_limit (cursor);
118118
batch_size = mongoc_cursor_get_batch_size (cursor);

src/libmongoc/src/mongoc/mongoc-server-description.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ mongoc_server_description_filter_stale (const mongoc_server_description_t **sds,
907907
* Given a set of server descriptions, set to NULL any that don't
908908
* match the read preference's tag sets.
909909
*
910-
* https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection.rst#tag-set
910+
* https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection.md#tag_sets
911911
*
912912
*-------------------------------------------------------------------------
913913
*/

src/libmongoc/src/mongoc/mongoc-topology-description-apm-private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* Application Performance Monitoring for topology events, complies with the
2626
* SDAM Monitoring Spec:
2727
28-
https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-monitoring.rst
28+
https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.md
2929
3030
*/
3131

src/libmongoc/src/mongoc/mongoc-topology-description-apm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/* Application Performance Monitoring for topology events, complies with the
2121
* SDAM Monitoring Spec:
2222
23-
https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-monitoring.rst
23+
https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring.md
2424
2525
*/
2626

src/libmongoc/src/mongoc/mongoc-topology.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ _mongoc_topology_push_server_session (mongoc_topology_t *topology, mongoc_server
15791579
/**
15801580
* ! note:
15811581
* At time of writing, this diverges from the spec:
1582-
* https://github.com/mongodb/specifications/blob/df6be82f865e9b72444488fd62ae1eb5fca18569/source/sessions/driver-sessions.rst#algorithm-to-return-a-serversession-instance-to-the-server-session-pool
1582+
* https://github.com/mongodb/specifications/blob/master/source/sessions/driver-sessions.md#algorithm-to-return-a-serversession-instance-to-the-server-session-pool
15831583
*
15841584
* The spec notes that before returning a session, we should first inspect
15851585
* the back of the pool for expired items and delete them. In this case, we

src/libmongoc/src/mongoc/mongoc-uri.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ mongoc_uri_apply_options (mongoc_uri_t *uri, const bson_t *options, bool from_dn
11641164
* Keys that aren't supported by a driver MUST be ignored.
11651165
*
11661166
* A WARN level logging message MUST be issued
1167-
* https://github.com/mongodb/specifications/blob/master/source/connection-string/connection-string-spec.rst#keys
1167+
* https://github.com/mongodb/specifications/blob/master/source/connection-string/connection-string-spec.md#keys
11681168
*/
11691169
MONGOC_WARNING ("Unsupported URI option \"%s\"", key);
11701170
}

src/libmongoc/src/mongoc/mongoc-util.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ _mongoc_bson_type_to_str (bson_type_t t)
264264

265265

266266
/* Refer to:
267-
* https://github.com/mongodb/specifications/blob/master/source/wireversion-featurelist.rst
267+
* https://github.com/mongodb/specifications/blob/master/source/wireversion-featurelist/wireversion-featurelist.md
268268
* and:
269269
* https://github.com/mongodb/mongo/blob/master/src/mongo/db/wire_version.h#L57
270270
*/

0 commit comments

Comments
 (0)