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 7bc91af commit 221a468Copy full SHA for 221a468
conf.py
@@ -96,7 +96,8 @@ def has(self, *args):
96
'api': ('https://www.mongodb.com/docs/drivers/%s', ''),
97
'gettingstarted': ('https://www.mongodb.com/docs/getting-started%s', ''),
98
'manual': ('https://www.mongodb.com/docs/manual%s', ''),
99
- 'ecosystem': ('https://www.mongodb.com/docs/ecosystem%s', ''),
+ 'ecosystem': ('https://www.mongodb.com/docs/drivers%s', ''),
100
+ 'driver': ('https://www.mongodb.com/docs/drivers%s', ''),
101
'mms-docs': ('https://www.mongodb.com/docs/cloud-manager%s', ''),
102
'mms-home': ('https://www.mongodb.com/cloud/cloud-manager%s', ''),
103
'opsmgr': ('https://www.mongodb.com/docs/ops-manager/current%s', ''),
0 commit comments