Skip to content

Commit 714648a

Browse files
DOCSP-9267 - Change jmp parameter to tck.
1 parent 5a5d1b8 commit 714648a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737

3838
source_constants = {
39-
'download-page': '`downloads page <https://www.mongodb.com/download-center/compass?jmp=docs>`__',
39+
'download-page': '`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__',
4040
'current-version': '1.20.4'
4141
}
4242

@@ -138,8 +138,8 @@
138138
'manual': ('http://docs.mongodb.org/manual%s', ''),
139139
'manual-next': ('http://docs.mongodb.org/master%s', ''),
140140
'bic': ('https://docs.mongodb.com/bi-connector/current%s',''),
141-
'product': ('http://www.mongodb.com/products/%s?jmp=docs',''),
142-
'dl': ('http://www.mongodb.com/download-center/%s?jmp=docs',''),
141+
'product': ('http://www.mongodb.com/products/%s?tck=docs_compass',''),
142+
'dl': ('http://www.mongodb.com/download-center/%s?tck=docs_compass',''),
143143
'atlas': ('http://docs.atlas.mongodb.com%s', ''),
144144
'guides': ('https://docs.mongodb.com/guides%s', '')
145145
}

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "compass"
33
[constants]
44
version = "1.18"
55
current-version = "1.17.0"
6-
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?jmp=docs>`__"
6+
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__"

source/includes/steps-starting-compass-individual-fields.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ content: |
249249
250250
* - :guilabel:`System CA/Atlas Deployment`
251251
- Connect to
252-
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?jmp=docs>`_.
252+
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_compass>`_.
253253
254254
* - :guilabel:`Server Validation`
255255
- Compass validates the identity of the deployment. If

source/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Manually Install the Latest Version of Compass
2222

2323
You can download and install the latest version of Compass from the
2424
`MongoDB Downloads
25-
<https://www.mongodb.com/download-center/compass?jmp=docs>`__ page at
25+
<https://www.mongodb.com/download-center/compass?tck=docs_compass>`__ page at
2626
any time. Check the :ref:`Software Requirements <software-reqs>` for
2727
your operating system and desired version of Compass to ensure Compass
2828
is compatible with your system. You do not need to uninstall previous

0 commit comments

Comments
 (0)