Skip to content

Commit 7f38454

Browse files
author
Chris Cho
authored
DOCSP-30262: v6.0 backport (#3249)
1 parent c9e92b6 commit 7f38454

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

snooty.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,14 @@ shared-library-package = "``crypt_shared``"
286286
efm = "``encryptedFieldsMap``"
287287
auto-encrypt-options = "autoEncryptionOpts"
288288
title-auto-encrypt-options = "AutoEncryptionOpts"
289+
enterprise-download-link = "https://www.mongodb.com/try/download/enterprise"
289290

290291
# C2C Product
291292
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
292293
c2c-product-name = "Cluster-to-Cluster Sync"
293294
c2c-docs = "https://www.mongodb.com/docs/cluster-to-cluster-sync/current"
294295

296+
295297
[[banners]]
296298
targets = [
297299
"core/queryable-encryption.txt",

source/core/csfle/reference/mongocryptd.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Overview
2222
.. include:: /includes/extracts/csfle-enterprise-atlas-only.rst
2323

2424
``mongocryptd`` is installed with `MongoDB Enterprise
25-
Server (version 4.2 and later)
26-
<https://www.mongodb.com/download-center/enterprise>`__.
25+
Server (version 4.2 and later) <{+enterprise-download-link+}>`__.
2726

2827
When you create a CSFLE-enabled MongoDB client, the ``mongocryptd``
2928
process is automatically started by default and handles the following

source/core/queryable-encryption/reference/mongocryptd.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Overview
2929
.. include:: /includes/extracts/csfle-enterprise-atlas-only.rst
3030

3131
``mongocryptd`` is installed with `MongoDB Enterprise
32-
Server (version 4.2 and later)
33-
<https://www.mongodb.com/download-center/enterprise>`__.
32+
Server (version 4.2 and later) <{+enterprise-download-link+}>`__.
33+
3434

3535
When you create a {+qe+} enabled MongoDB client, the ``mongocryptd``
3636
process is automatically started by default and handles the following

0 commit comments

Comments
 (0)