|
112 | 112 | '.. |global-write-clusters| replace:: Global Clusters',
|
113 | 113 | '.. |global-write-cluster| replace:: Global Cluster',
|
114 | 114 | '.. |global-write| replace:: Global Writes',
|
115 |
| - '.. |hardlink| replace:: https://docs.mongodb.com/kubernetes-operator/', |
| 115 | + '.. |hardlink| replace:: https://www.mongodb.com/docs/kubernetes-operator/', |
116 | 116 | '.. |https| replace:: :abbr:`HTTPS (Secure HyperText Transport Protocol)`',
|
117 | 117 | '.. |http| replace:: :abbr:`HTTP (HyperText Transport Protocol)`',
|
118 | 118 | '.. |iana| replace:: :abbr:`IANA (Internet Assigned Numbers Authority)`',
|
|
202 | 202 |
|
203 | 203 | extlinks = {
|
204 | 204 | 'issue': ('https://jira.mongodb.org/browse/%s', '' ),
|
205 |
| - 'manual': ('https://docs.mongodb.com/manual%s', ''), |
206 |
| - 'opsmgr': ('http://docs.opsmanager.mongodb.com/current%s', ''), |
207 |
| - 'opsmgr-rapid': ('http://docs.opsmanager.mongodb.com/rapid%s', ''), |
208 |
| - 'cloudmgr': ('https://docs.cloudmanager.mongodb.com%s', ''), |
209 |
| - 'atlas': ('https://docs.atlas.mongodb.com%s', ''), |
210 |
| - 'bic': ('https://docs.mongodb.com/bi-connector/current%s',''), |
211 |
| - 'compass': ('https://docs.mongodb.com/compass/current%s',''), |
| 205 | + 'manual': ('https://www.mongodb.com/docs/manual%s', ''), |
| 206 | + 'opsmgr': ('http://www.mongodb.com/docs/ops-manager/current%s', ''), |
| 207 | + 'opsmgr-rapid': ('http://www.mongodb.com/docs/ops-manager/rapid%s', ''), |
| 208 | + 'cloudmgr': ('https://www.mongodb.com/docs/cloud-manager%s', ''), |
| 209 | + 'atlas': ('https://www.mongodb.com/docs/atlas%s', ''), |
| 210 | + 'bic': ('https://www.mongodb.com/docs/bi-connector/current%s',''), |
| 211 | + 'compass': ('https://www.mongodb.com/docs/compass/current%s',''), |
212 | 212 | 'product': ('http://www.mongodb.com/products/%s?jmp=docs',''),
|
213 | 213 | 'dl': ('http://www.mongodb.com/download-center/%s?jmp=docs',''),
|
214 | 214 | 'website': ('https://www.mongodb.com%s?jmp=docs',''),
|
215 | 215 | 'k8sdocs': ('https://kubernetes.io/docs%s', ''),
|
216 | 216 | 'gh' : ('https://github.com%s', ''),
|
217 | 217 | 'svc-cat' : ('https://svc-cat.io/docs%s', ''),
|
218 |
| - 'datalake' : ('https://docs.mongodb.com/datalake%s', ''), |
| 218 | + 'datalake' : ('https://www.mongodb.com/docs/datalake%s', ''), |
219 | 219 | 'aws': ('http://docs.aws.amazon.com%s',''),
|
220 | 220 | 'wikipedia' : ('https://en.wikipedia.org/wiki%s', '')
|
221 | 221 | }
|
|
0 commit comments