@@ -33,10 +33,7 @@ You can set up CSFLE by using one of the following mechanisms:
33
33
- Explicit encryption: Allows you to perform encrypted read and write operations
34
34
with specified encryption logic throughout your application.
35
35
36
- This guide describes how to set up CSFLE with automatic encryption. To learn more
37
- about using explicit encryption, see the :ruby:`Explicit Encryption
38
- </reference/in-use-encryption/client-side-encryption/#explicit-encryption>` guide
39
- in the {+ruby-driver+} documentation.
36
+ This guide describes how to set up CSFLE with automatic encryption.
40
37
41
38
Install Dependencies
42
39
--------------------
@@ -71,11 +68,6 @@ which your application is located and run the following command in your shell:
71
68
which indicates a pre-release version in {+language+}, the ``--pre`` flag is
72
69
required.
73
70
74
- To learn how to download and install the library manually, see the
75
- :ruby:`libmongocrypt installation guide
76
- </reference/in-use-encryption/client-side-encryption/#libmongocrypt>`
77
- in the {+ruby-driver+} documentation.
78
-
79
71
Shared Library (Driver v2.19 or later)
80
72
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81
73
@@ -325,10 +317,5 @@ Additional Information
325
317
To learn more about CSFLE, see the :manual:`Client-Side Field Level Encryption
326
318
</core/csfle>` guide in the MongoDB {+server-manual+}.
327
319
328
- To learn more about using CSFLE with the {+ruby-driver+}, see the
329
- :ruby:`Client-Side Encryption
330
- </reference/in-use-encryption/client-side-encryption/>` guide in the
331
- {+ruby-driver+} documentation.
332
-
333
320
To learn more about configuring {+odm+} in your application, see the
334
321
:ref:`mongoid-app-config` guide.
0 commit comments