File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 62
62
pygments_style = 'sphinx'
63
63
64
64
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' , '' ),
67
67
}
68
68
69
69
# add `extlinks` for each published version.
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ url: https://docs.python.org/2/
4
4
path : python2.inv
5
5
---
6
6
name : mongodb
7
- url : https://docs .mongodb.com/manual/
7
+ url : https://www .mongodb.com/docs /manual/
8
8
path : mongodb.inv
9
9
...
Original file line number Diff line number Diff line change 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
4
4
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
5
5
symlink: current -> v2.17
6
6
You can’t perform that action at this time.
0 commit comments