Skip to content

Commit 221a468

Browse files
add 'driver' role to v4.2 docs (#1477)
1 parent 7bc91af commit 221a468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ def has(self, *args):
9696
'api': ('https://www.mongodb.com/docs/drivers/%s', ''),
9797
'gettingstarted': ('https://www.mongodb.com/docs/getting-started%s', ''),
9898
'manual': ('https://www.mongodb.com/docs/manual%s', ''),
99-
'ecosystem': ('https://www.mongodb.com/docs/ecosystem%s', ''),
99+
'ecosystem': ('https://www.mongodb.com/docs/drivers%s', ''),
100+
'driver': ('https://www.mongodb.com/docs/drivers%s', ''),
100101
'mms-docs': ('https://www.mongodb.com/docs/cloud-manager%s', ''),
101102
'mms-home': ('https://www.mongodb.com/cloud/cloud-manager%s', ''),
102103
'opsmgr': ('https://www.mongodb.com/docs/ops-manager/current%s', ''),

0 commit comments

Comments
 (0)