@@ -33,10 +33,7 @@ You can set up CSFLE by using one of the following mechanisms:
3333- Explicit encryption: Allows you to perform encrypted read and write operations
3434 with specified encryption logic throughout your application.
3535
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.
4037
4138Install Dependencies
4239--------------------
@@ -71,11 +68,6 @@ which your application is located and run the following command in your shell:
7168 which indicates a pre-release version in {+language+}, the ``--pre`` flag is
7269 required.
7370
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-
7971Shared Library (Driver v2.19 or later)
8072~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8173
@@ -325,10 +317,5 @@ Additional Information
325317To learn more about CSFLE, see the :manual:`Client-Side Field Level Encryption
326318</core/csfle>` guide in the MongoDB {+server-manual+}.
327319
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-
333320To learn more about configuring {+odm+} in your application, see the
334321:ref:`mongoid-app-config` guide.
0 commit comments