Skip to content

Commit c2bd9a1

Browse files
author
Chris Cho
authored
DOCSP-7487 use https instead of http for extlinks (#566)
1 parent 282d608 commit c2bd9a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
'.. |copy| unicode:: U+000A9',
5555
'.. |year| replace:: {0}'.format(datetime.date.today().year),
5656
'.. |ent-build| replace:: MongoDB Enterprise',
57-
'.. |hardlink| replace:: http://docs.mongodb.com/ecosystem/',
57+
'.. |hardlink| replace:: https://docs.mongodb.com/ecosystem/',
5858
'.. |atlas-full| replace:: MongoDB Atlas',
5959
'.. |atlas| replace:: Atlas'
6060
])
6161

6262
extlinks = {
6363
'issue': ('https://jira.mongodb.org/browse/%s', '' ),
64-
'api': ('http://api.mongodb.com/%s', ''),
65-
'manual': ('http://docs.mongodb.org/manual%s', ''),
66-
'gettingstarted': ('http://docs.mongodb.org/getting-started%s', ''),
64+
'api': ('https://api.mongodb.com/%s', ''),
65+
'manual': ('https://docs.mongodb.org/manual%s', ''),
66+
'gettingstarted': ('https://docs.mongodb.org/getting-started%s', ''),
6767
'atlas': ('https://docs.atlas.mongodb.com%s',''),
6868
'mms-docs': ('https://docs.cloud.mongodb.com%s', ''),
6969
'mms-home': ('https://cloud.mongodb.com%s', ''),
7070
'guides': ('https://docs.mongodb.com/guides%s', ''),
71-
'java-docs-latest': ('http://mongodb.github.io/mongo-java-driver/3.11/%s', ''),
71+
'java-docs-latest': ('https://mongodb.github.io/mongo-java-driver/3.11/%s', ''),
7272
'aws-docs': ('https://docs.aws.amazon.com/%s', ''),
7373
'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''),
7474
}

0 commit comments

Comments
 (0)