Skip to content

Commit 4cb7fc8

Browse files
author
Chris Cho
authored
Merge pull request #307 from ccho-mongodb/101123-fix-redirects
fix version redirects
2 parents 764208e + 7f85fc8 commit 4cb7fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/go
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions 1.7 1.8 1.9 1.10 1.11 1.12 master
3+
define: versions v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 master
44

55
symlink: current -> master
66

@@ -10,5 +10,5 @@ raw: ${prefix}/stable -> ${base}/current/
1010
[*-master]: ${prefix}/${version}/fundamentals/crud/read-operations/watch/ -> ${base}/${version}/fundamentals/crud/read-operations/changestream/
1111
[*-master]: ${prefix}/${version}/usage-examples/watch/ -> ${base}/${version}/usage-examples/changestream/
1212
[*-master]: ${prefix}/${version}/fundamentals/crud/run-command/ -> ${base}/${version}/fundamentals/run-command/
13-
[*-1.11]: ${prefix}/${version}/fundamentals/logging/ -> ${base}/${version}/
14-
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/
13+
[*-v1.11]: ${prefix}/${version}/fundamentals/logging/ -> ${base}/${version}/
14+
[*-master]: ${prefix}/${version}/fundamentals/crud/write-operations/change-a-document/ -> ${base}/${version}/fundamentals/crud/write-operations/modify/

0 commit comments

Comments
 (0)