Skip to content

Commit 3233222

Browse files
authored
DOP-3455: Update base url for redirects (#105)
1 parent 9913d07 commit 3233222

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/redirects

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
define: base https://docs.mongodb.com
1+
define: prefix docs
2+
define: base https://www.mongodb.com/${prefix}
23
define: versions master
34

4-
temporary [master]: /tools -> ${base}/view-analyze/
5-
temporary [master]: /cloud -> ${base}/launch-manage/
5+
raw: ${prefix}/tools -> ${base}/view-analyze/
6+
raw: ${prefix}/cloud -> ${base}/launch-manage/

0 commit comments

Comments
 (0)