Skip to content

Commit 4d2af0e

Browse files
author
Chris Cho
authored
DOCSP-30262: fix broken download links (#3246)
1 parent 94c4d33 commit 4d2af0e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

snooty.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,14 @@ node-libmongocrypt-binding-docs = "https://github.com/mongodb/libmongocrypt/tree
312312
csharp-api-docs = "https://mongodb.github.io/mongo-csharp-driver/2.18/apidocs/html"
313313
java-api-docs = "https://mongodb.github.io/mongo-java-driver/4.7/apidocs"
314314
go-api-docs = "https://pkg.go.dev/go.mongodb.org/[email protected]"
315+
enterprise-download-link = "https://www.mongodb.com/try/download/enterprise"
316+
315317
# C2C Product
316318
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
317319
c2c-product-name = "Cluster-to-Cluster Sync"
318320
c2c-docs = "https://www.mongodb.com/docs/cluster-to-cluster-sync/current"
319321

322+
320323
[[banners]]
321324
targets = [
322325
"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)