Skip to content

Commit d842d0b

Browse files
committed
DOP-2814: Update URLs for subdomain consolidation
1 parent fed0ef0 commit d842d0b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
pygments_style = 'sphinx'
6363

6464
extlinks = {
65-
'manual': ('https://docs.mongodb.com/manual%s', ''),
66-
'drivers': ('https://docs.mongodb.com/drivers%s', ''),
65+
'manual': ('https://www.mongodb.com/docs/manual%s', ''),
66+
'drivers': ('https://www.mongodb.com/docs/drivers%s', ''),
6767
}
6868

6969
# add `extlinks` for each published version.

config/intersphinx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ url: https://docs.python.org/2/
44
path: python2.inv
55
---
66
name: mongodb
7-
url: https://docs.mongodb.com/manual/
7+
url: https://www.mongodb.com/docs/manual/
88
path: mongodb.inv
99
...

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
define: prefix ruby-driver
2-
define: base https://docs.mongodb.com/${prefix}
3-
define: mongoid_base https://docs.mongodb.com/mongoid
1+
define: prefix docs/ruby-driver
2+
define: base https://www.mongodb.com/${prefix}
3+
define: mongoid_base https://www.mongodb.com/docs/mongoid
44
define: versions v1.x v2.0 v2.1 v2.2 v2.3 v2.4 v2.5 v2.6 v2.7 v2.8 v2.9 v2.10 v2.11 v2.12 v2.13 v2.14 v2.15 v2.16 v2.17 master
55
symlink: current -> v2.17
66

0 commit comments

Comments
 (0)