Skip to content

Commit cedd727

Browse files
authored
DOCSP-47962 change url base to make redirect work (#71)
* change url base to make redirect work * add version
1 parent eee6b32 commit cedd727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/redirects

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
define: prefix docs/languages/kotlin/kotlin-sync-driver
2-
define: base https://www.mongodb.com/docs/
2+
define: base https://www.mongodb.com/docs/${prefix}
33
define: versions v5.1 v5.2 v5.3 master
44

55
symlink: current -> master
@@ -8,4 +8,4 @@ symlink: current -> master
88

99
raw: ${prefix}/ -> ${base}/current/
1010
raw: ${prefix}/master -> ${base}/upcoming/
11-
[v5.1-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/get-started/run-sample-query/
11+
[v5.1-*]: ${prefix}/${version}/get-started/connect-to-mongodb -> ${base}/${version}/get-started/run-sample-query/

0 commit comments

Comments
 (0)