@@ -99,7 +99,7 @@ A local process the driver communicates with to determine how to encrypt values
9999
100100This term, spelled in all-lowercase with an underscore, refers to the client-side field-level-encryption dynamic library
101101provided as part of a MongoDB Enterprise distribution. It replaces [mongocryptd](#mongocryptd) as the method of
102- [marking-up a database command for encryption](./subtype6 .md#intent-to-encrypt).
102+ [marking-up a database command for encryption](../bson-binary-encrypted/binary-encrypted .md#intent-to-encrypt).
103103
104104See also:
105105
@@ -108,8 +108,8 @@ See also:
108108
109109**ciphertext**
110110
111- One of the data formats of [BSON binary subtype 6 ](./subtype6 .md), representing an encoded BSON document containing
112- encrypted ciphertext and metadata.
111+ One of the data formats of [BSON binary encrypted ](../bson-binary-encrypted/binary-encrypted .md), representing an
112+ encoded BSON document containing encrypted ciphertext and metadata.
113113
114114**FLE**
115115
@@ -258,7 +258,7 @@ connect to [mongocryptd](#mongocryptd) and instead rely on [crypt_shared](#crypt
258258
259259[crypt_shared](#crypt_shared) is a dynamically-loaded C++ library providing query analysis for auto-encryption. It
260260replaces [mongocryptd](#mongocryptd) for performing query analysis to -
261- [mark-up sensitive fields within a command](./subtype6 .md#intent-to-encrypt).
261+ [mark-up sensitive fields within a command](../bson-binary-encrypted/binary-encrypted .md#intent-to-encrypt).
262262
263263Drivers are not required to load and interact with [crypt_shared](#crypt_shared) directly. Instead, they inform
264264[libmongocrypt](#libmongocrypt) where to find [crypt_shared](#crypt_shared) and [libmongocrypt](#libmongocrypt) will
@@ -305,7 +305,7 @@ Drivers MAY deviate the spelling of option names to conform to their language's
305305in an idiomatic way (e.g. keyword arguments, builder classes, etc.).
306306
307307Drivers MAY use a native UUID type in place of a parameter or return type specified as a BSON binary with subtype 0x04
308- as described in [Handling of Native UUID Types](../uuid.md).
308+ as described in [Handling of Native UUID Types](../bson-binary-uuid/ uuid.md).
309309
310310### MongoClient Changes
311311
@@ -1791,7 +1791,7 @@ struct {
17911791}
17921792```
17931793
1794- See [Driver Spec: BSON Binary Subtype 6 ](./subtype6 .md) for more information.
1794+ See [Driver Spec: BSON Binary Encrypted ](../bson-binary-encrypted/binary-encrypted .md) for more information.
17951795
17961796### JSONSchema "encrypt"
17971797
0 commit comments