Skip to content

Commit 19fc558

Browse files
committed
DOCSP-15685 fix extra slash in slug
1 parent 8cc2975 commit 19fc558

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
@@ -76,7 +76,8 @@ def has(self, *args):
7676
'mms-docs': ('https://docs.cloudmanager.mongodb.com%s', ''),
7777
'mms-home': ('https://cloud.mongodb.com%s', ''),
7878
'opsmgr': ('https://docs.opsmanager.mongodb.com/current%s', ''),
79-
'products': ('https://www.mongodb.com/products%s', '')
79+
'products': ('https://www.mongodb.com/products%s', ''),
80+
'v2.2': ('https://docs.mongodb.com/v2.2%s', '')
8081
}
8182

8283
## add `extlinks` for each published version.

0 commit comments

Comments
 (0)