|
86 | 86 |
|
87 | 87 |
|
88 | 88 | extlinks = {
|
89 |
| - 'hardlink' : ( 'http://docs.mongodb.com/{0}/%s'.format(conf.git.branches.current), ''), |
| 89 | + 'hardlink' : ( 'http://mongodb.com/docs/{0}/%s'.format(conf.git.branches.current), ''), |
90 | 90 | 'issue': ('https://jira.mongodb.org/browse/%s', '' ),
|
91 | 91 | 'api': ('https://api.mongodb.com/%s', ''),
|
92 |
| - 'gettingstarted': ('https://docs.mongodb.com/getting-started%s', ''), |
93 |
| - 'manual': ('https://docs.mongodb.com/manual%s', ''), |
94 |
| - 'ecosystem': ('https://docs.mongodb.com/ecosystem%s', ''), |
| 92 | + 'gettingstarted': ('https://www.mongodb.com/docs/getting-started%s', ''), |
| 93 | + 'manual': ('https://www.mongodb.com/docs/manual%s', ''), |
| 94 | + 'ecosystem': ('https://www.mongodb.com/docs/drivers/%s', ''), |
95 | 95 | 'mms-docs': ('https://docs.cloudmanager.mongodb.com%s', ''),
|
96 | 96 | 'mms-home': ('https://www.mongodb.com/cloud/cloud-manager%s', ''),
|
97 | 97 | 'opsmgr': ('https://docs.opsmanager.mongodb.com/current%s', ''),
|
|
104 | 104 | 'ruby-api': ('http://api.mongodb.com/ruby/current/Mongo/%s', ''),
|
105 | 105 | 'scala-api': ('http://mongodb.github.io/mongo-scala-driver/2.0/scaladoc/org/mongodb/scala/MongoCollection.html#%s', ''),
|
106 | 106 | 'csharp-api': ('https://api.mongodb.com/csharp/current/html/%s.htm', ''),
|
107 |
| - 'csharp-docs': ('https://mongodb.github.io/mongo-csharp-driver/2.4/reference/%s', ''), |
| 107 | + 'csharp-docs': ('https://www.mongodb.github.io/mongo-csharp-driver/2.4/reference/%s', ''), |
108 | 108 | 'java-async-docs': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s', ''),
|
109 | 109 | 'java-async-api': ('http://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s', ''),
|
110 | 110 | 'go-api': ('https://godoc.org/github.com/mongodb/mongo-go-driver/%s', '')
|
|
0 commit comments