|
54 | 54 | '.. |copy| unicode:: U+000A9', |
55 | 55 | '.. |year| replace:: {0}'.format(datetime.date.today().year), |
56 | 56 | '.. |ent-build| replace:: MongoDB Enterprise', |
57 | | - '.. |hardlink| replace:: http://docs.mongodb.com/ecosystem/', |
| 57 | + '.. |hardlink| replace:: https://docs.mongodb.com/ecosystem/', |
58 | 58 | '.. |atlas-full| replace:: MongoDB Atlas', |
59 | 59 | '.. |atlas| replace:: Atlas' |
60 | 60 | ]) |
61 | 61 |
|
62 | 62 | extlinks = { |
63 | 63 | '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', ''), |
67 | 67 | 'atlas': ('https://docs.atlas.mongodb.com%s',''), |
68 | 68 | 'mms-docs': ('https://docs.cloud.mongodb.com%s', ''), |
69 | 69 | 'mms-home': ('https://cloud.mongodb.com%s', ''), |
70 | 70 | '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', ''), |
72 | 72 | 'aws-docs': ('https://docs.aws.amazon.com/%s', ''), |
73 | 73 | 'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''), |
74 | 74 | } |
|
0 commit comments