From 75ad49a631c6375a01ab3a68566f4fd4a14d4391 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Tue, 14 Sep 2021 13:03:14 -0700 Subject: [PATCH] correct links to csfle guide --- docs/reference/client-side-encryption.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/client-side-encryption.txt b/docs/reference/client-side-encryption.txt index a65b38073b..c27fa6c5a7 100644 --- a/docs/reference/client-side-encryption.txt +++ b/docs/reference/client-side-encryption.txt @@ -328,11 +328,11 @@ AWS Master Key ~~~~~~~~~~~~~~ It is recommended that you use Amazon's Key Management Service to create and store your master key. To do so, follow steps 1 and 2 of the -:manual:`"Convert to a Remote Master Key" section` +:drivers:`"Convert to a Remote Master Key" section` in the MongoDB Client-Side Encryption documentation. For more information about creating a master key, see the -:manual:`Create a Master Key ` +:drivers:`Create a Master Key ` section of the MongoDB manual. Creating a Data Key @@ -423,7 +423,7 @@ generating a new master key on AWS and finding the information you need to create data keys. For more information about creating a data key, see the -:manual:`Create a Data Encryption Key ` +:drivers:`Create a Data Encryption Key ` section of the MongoDB manual. Auto-Encryption Options @@ -549,7 +549,7 @@ When you intend to use your schema map, convert it to a Ruby ``Hash`` using the .. seealso:: - :manual:`Specify Encrypted Fields Using JSON Schema`, + :drivers:`Specify Encrypted Fields Using JSON Schema`, :manual:`Automatic Encryption Rules` ``:bypass_auto_encryption``