@@ -91,17 +91,17 @@ def has(self, *args):
91
91
92
92
93
93
extlinks = {
94
- 'hardlink' : ( 'https://docs .mongodb.com/{0}/%s' .format (conf .git .branches .current ), '' ),
94
+ 'hardlink' : ( 'https://www .mongodb.com/docs /{0}/%s' .format (conf .git .branches .current ), '' ),
95
95
'issue' : ('https://jira.mongodb.org/browse/%s' , '' ),
96
- 'api' : ('https://docs .mongodb.com/drivers/%s' , '' ),
97
- 'gettingstarted' : ('https://docs .mongodb.com/getting-started%s' , '' ),
98
- 'manual' : ('https://docs .mongodb.com/manual%s' , '' ),
99
- 'ecosystem' : ('https://docs .mongodb.com/ecosystem%s' , '' ),
100
- 'mms-docs' : ('https://docs.cloudmanager. mongodb.com%s' , '' ),
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' , '' ),
100
+ 'mms-docs' : ('https://www. mongodb.com/docs/cloud-manager %s' , '' ),
101
101
'mms-home' : ('https://www.mongodb.com/cloud/cloud-manager%s' , '' ),
102
- 'opsmgr' : ('https://docs.opsmanager. mongodb.com/current%s' , '' ),
103
- 'atlas' : ('https://docs.atlas. mongodb.com%s' ,'' ),
104
- 'compass' : ('https://docs .mongodb.com/compass/current%s' , '' ),
102
+ 'opsmgr' : ('https://www. mongodb.com/docs/ops-manager /current%s' , '' ),
103
+ 'atlas' : ('https://www. mongodb.com/docs/atlas %s' ,'' ),
104
+ 'compass' : ('https://www .mongodb.com/docs /compass/current%s' , '' ),
105
105
'products' : ('https://www.mongodb.com/products%s' , '' ),
106
106
'wtdocs' : ('https://source.wiredtiger.com/mongodb-4.2%s' , '' ),
107
107
'perl-api' : ('https://metacpan.org/pod/MongoDB::%s' , '' ),
@@ -114,14 +114,14 @@ def has(self, *args):
114
114
'java-async-docs' : ('https://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s' , '' ),
115
115
'java-async-api' : ('https://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s' , '' ),
116
116
'go-api' : ('https://godoc.org/github.com/mongodb/mongo-go-driver/%s' , '' ),
117
- 'v4.0' : ('https://docs .mongodb.com/v4.0%s' , '' ),
118
- 'v3.6' : ('https://docs .mongodb.com/v3.6%s' , '' ),
119
- 'v3.4' : ('https://docs .mongodb.com/v3.4%s' , '' ),
120
- 'v3.2' : ('https://docs .mongodb.com/v3.2%s' , '' ),
121
- 'v3.0' : ('https://docs .mongodb.com/v3.0%s' , '' ),
122
- 'v2.6' : ('https://docs .mongodb.com/v2.6%s' , '' ),
123
- 'v2.4' : ('https://docs .mongodb.com/v2.4%s' , '' ),
124
- 'v2.2' : ('https://docs .mongodb.com/v2.2%s' , '' )
117
+ 'v4.0' : ('https://www .mongodb.com/docs /v4.0%s' , '' ),
118
+ 'v3.6' : ('https://www .mongodb.com/docs /v3.6%s' , '' ),
119
+ 'v3.4' : ('https://www .mongodb.com/docs /v3.4%s' , '' ),
120
+ 'v3.2' : ('https://www .mongodb.com/docs /v3.2%s' , '' ),
121
+ 'v3.0' : ('https://www .mongodb.com/docs /v3.0%s' , '' ),
122
+ 'v2.6' : ('https://www .mongodb.com/docs /v2.6%s' , '' ),
123
+ 'v2.4' : ('https://www .mongodb.com/docs /v2.4%s' , '' ),
124
+ 'v2.2' : ('https://www .mongodb.com/docs /v2.2%s' , '' )
125
125
}
126
126
127
127
## add `extlinks` for each published version.
0 commit comments