Skip to content

Commit e02a74d

Browse files
jmikolaChris Cho
andauthored
DOCSP-36898: Fix seealso syntax in CSFLE tutorial (#1265)
Co-authored-by: Chris Cho <[email protected]>
1 parent 359efd8 commit e02a74d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/tutorial/client-side-encryption.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ more than one encryption key or create them dynamically.
5555
// To store the key ID for later use, you can use serialize or var_export
5656
$keyId = $clientEncryption->createDataKey('local', ['keyAltNames' => ['my-encryption-key']]);
5757

58-
.. seealso:: :manual:`Encryption Key Management </csfle/fundamentals/manage-keys/>` in the MongoDB manual
58+
.. seealso::
59+
60+
:manual:`Encryption Key Management </core/csfle/fundamentals/manage-keys/>` in the MongoDB manual
5961

6062

6163
Automatic Encryption and Decryption

0 commit comments

Comments
 (0)