We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db99b0b commit 37f167bCopy full SHA for 37f167b
conf.py
@@ -92,7 +92,7 @@
92
'issue': ('https://jira.mongodb.org/browse/%s', '' ),
93
'wiki': ('http://www.mongodb.org/display/DOCS/%s', ''),
94
'api': ('http://api.mongodb.org/%s', ''),
95
- 'source': ('http://github.com/mongodb/mongo/blob/master/%s', ''),
+ 'source': ('https://github.com/mongodb/mongo/blob/master/%s', ''),
96
'docsgithub' : ( 'http://github.com/mongodb/docs/blob/' + current_git_branch + '/%s', ''),
97
'hardlink' : ( 'http://docs.mongodb.org/' + current_git_branch + '/%s', '')
98
}
0 commit comments