Skip to content

Commit cdaa7b4

Browse files
committed
Remove misleading note about mongocryptd in reference docs
JAVA-4105
1 parent 9c509a7 commit cdaa7b4

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/reference/content/driver-reactive/tutorials/client-side-encryption.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ There is a separate jar file containing`libmongocrypt` bindings.
3939
`libmongocrypt` requires the `mongocryptd` daemon / process to be running. A specific daemon / process uri can be configured in the
4040
`AutoEncryptionSettings` class by setting `mongocryptdURI` in the `extraOptions`.
4141

42-
More information about mongocryptd will soon be available from the official documentation.
43-
44-
4542
### Examples
4643

4744
The following is a sample app that assumes the **key** and **schema** have already been created in MongoDB. The example uses a local key,

docs/reference/content/driver-scala/tutorials/client-side-encryption.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ There is a separate jar file containing`libmongocrypt` bindings.
4040
`libmongocrypt` requires the `mongocryptd` daemon / process to be running. A specific daemon / process uri can be configured in the
4141
`AutoEncryptionSettings` class by setting `mongocryptdURI` in the `extraOptions`.
4242

43-
More information about mongocryptd will soon be available from the official documentation.
44-
4543

4644
### Examples
4745

0 commit comments

Comments
 (0)