Skip to content

Commit 2c4cd37

Browse files
author
Chris Cho
authored
DOCSP-9764: fix links (#624)
1 parent c331aca commit 2c4cd37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/use-cases/client-side-field-level-encryption-guide.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ form on both the server and the network. While all clients have access
146146
to the non-sensitive data fields, only appropriately-configured CSFLE
147147
clients are able to read and write the sensitive data fields.
148148

149-
The following diagram is a list of MongoDB security features offered
149+
The following diagram is a list of MongoDB security features offered
150150
and the potential security vulnerabilities that they address:
151151

152152
.. image:: /figures/CSFLE_Security_Feature_Chart.png
@@ -287,8 +287,8 @@ the same MongoDB replica set as the encrypted data.
287287
your data encryption keys remotely.
288288

289289
To learn how to use a KMS in your CSFLE implementation, read the
290-
`Client-Side Field Level Encryption: Use a KMS to Store the Master Key
291-
</use-cases/client-side-field-level-encryption-local-key-to-kms>`_
290+
:doc:`Client-Side Field Level Encryption: Use a KMS to Store the Master Key
291+
</use-cases/client-side-field-level-encryption-local-key-to-kms/>`
292292
guide.
293293

294294
To begin development, MedcoMD engineers generate a master key and save it
@@ -1046,9 +1046,9 @@ your data encryption keys would be readable by anyone that gains direct
10461046
access to your master key, we **strongly recommend** that you use a more
10471047
secure storage location such as a Key Management System (KMS).
10481048

1049-
For more information on securing your master key, see our `step-by-step
1049+
For more information on securing your master key, see our :doc:`step-by-step
10501050
guide to integrating with Amazon KMS
1051-
</use-cases/client-side-field-level-encryption-local-key-to-kms>`_.
1051+
</use-cases/client-side-field-level-encryption-local-key-to-kms/>`.
10521052

10531053
Further Reading
10541054
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)