Skip to content

Commit c9e398c

Browse files
author
Dave Cuthbert
authored
DOCSP-23089 create top level redirect (#30)
* DOCSP-23089 create top level redirect * Review feedback
1 parent 1ea5a6d commit c9e398c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/redirects

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
define: prefix docs/cluster-to-cluster
2-
define: base https://www.mongodb.com/docs/
2+
define: base https://www.mongodb.com/
33
define: versions master
44

5-
# raw: <source file> -> ${base}/<destination>
5+
# raw: <source file> -> ${base}/${prefix}/<destination>
6+
7+
raw: docs/cluster-to-cluster-sync -> ${base}/${prefix}/current/
68

0 commit comments

Comments
 (0)