Skip to content

Commit d92fa8b

Browse files
authored
DOP-1883: use secure links when linking to MDB properites (#579)
1 parent 60dc920 commit d92fa8b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@
223223

224224
extlinks = {
225225
'issue': ('https://jira.mongodb.org/browse/%s', '' ),
226-
'manual': ('http://docs.mongodb.com/manual%s', ''),
227-
'opsmgr': ('http://docs.opsmanager.mongodb.com/current%s', ''),
228-
'opsmgr-rapid': ('http://docs.opsmanager.mongodb.com/rapid%s', ''),
229-
'cloudmgr': ('http://docs.cloudmanager.mongodb.com%s', ''),
230-
'atlas': ('http://docs.atlas.mongodb.com/%s', ''),
226+
'manual': ('https://docs.mongodb.com/manual%s', ''),
227+
'opsmgr': ('https://docs.opsmanager.mongodb.com/current%s', ''),
228+
'opsmgr-rapid': ('https://docs.opsmanager.mongodb.com/rapid%s', ''),
229+
'cloudmgr': ('https://docs.cloudmanager.mongodb.com%s', ''),
230+
'atlas': ('https://docs.atlas.mongodb.com/%s', ''),
231231
'bic': ('https://docs.mongodb.com/bi-connector/current%s',''),
232232
'compass': ('https://docs.mongodb.com/compass/current%s',''),
233-
'product': ('http://www.mongodb.com/products/%s?tck=docs',''),
234-
'dl': ('http://www.mongodb.com/download-center/%s?tck=docs',''),
233+
'product': ('https://www.mongodb.com/products/%s?tck=docs',''),
234+
'dl': ('https://www.mongodb.com/download-center/%s?tck=docs',''),
235235
'website': ('https://www.mongodb.com%s?tck=docs',''),
236236
'wikipedia' : ('https://en.wikipedia.org/wiki%s', ''),
237237
'k8sdocs': ('https://kubernetes.io/docs%s', ''),

0 commit comments

Comments
 (0)