Skip to content

Commit a650d17

Browse files
authored
Update references to Markdown MongoDB specifications (#888)
1 parent bca8e7d commit a650d17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integrating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Seek help in the slack channel \#drivers-fle.
6363
After you have a binding, integrate libmongocrypt in your driver to
6464
support client side encryption.
6565

66-
See the [driver spec](https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst)
66+
See the [driver spec](https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.md)
6767
for a reference of the user-facing API. libmongocrypt is needed for:
6868

6969
- Automatic encryption/decryption
@@ -243,7 +243,7 @@ Credentials for one or more KMS providers.
243243

244244
**Driver needs to...**
245245

246-
Fetch credentials for supported KMS providers. See the [Client Side Encryption specification](https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#automatic-credentials) for details.
246+
Fetch credentials for supported KMS providers. See the [Client Side Encryption specification](https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.md#automatic-credentials) for details.
247247

248248
Pass credentials to libmongocrypt using `mongocrypt_ctx_provide_kms_providers`.
249249

kms-message/README.md

Lines changed: 1 addition & 1 deletion
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/mc-fle-blob-subtype-private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/* FLE Blob Subtype is the first byte of a BSON Binary Subtype 6.
2121
* FLE1 Blob Subtypes are defined in:
22-
* https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/subtype6.rst
22+
* https://github.com/mongodb/specifications/blob/master/source/bson-binary-encrypted/binary-encrypted.md
2323
* FLE2 Blob Subtypes are currently defined in:
2424
* https://github.com/markbenvenuto/mongo-enterprise-modules/blob/fle2/fle_protocol.md#reference-bindata-6-subtypes.
2525
*/

0 commit comments

Comments
 (0)