diff --git a/conf.py b/conf.py index 3fbe2eba..0154719f 100644 --- a/conf.py +++ b/conf.py @@ -56,8 +56,9 @@ extlinks = { 'issue': ('https://jira.mongodb.org/browse/%s', '' ), - 'manual': ('http://docs.mongodb.org/manual%s', ''), - 'php': ('http://php.net/%s', '') + 'manual': ('https://www.mongodb.com/docs/manual%s', ''), + 'atlas': ('https://www.mongodb.com/docs/atlas%s', ''), + 'php': ('https://php.net/%s', '') } ## add `extlinks` for each published version.