Skip to content

Commit d66ef11

Browse files
authored
add redirect bc utf pg doesnt exist below v4.3 (#677)
* add redirect bc utf pg doesnt exist below v4.3 * fix to 4.2 * add trailing slashes
1 parent 52daa59 commit d66ef11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ raw: ${prefix}/stable -> ${base}/current/
1717
[*-v5.0]: ${prefix}/${version}/quick-start/download-and-install/ -> ${base}/${version}/quick-start/
1818
[*-v5.0]: ${prefix}/${version}/quick-start/next-steps/ -> ${base}/${version}/quick-start/
1919

20-
[v4.3-master]: ${prefix}/${version}/fundamentals/utf8-validation -> ${base}/${version}/fundamentals/bson/utf8-validation/
20+
[v4.3-master]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/fundamentals/bson/utf8-validation/
21+
[*-v4.2]: ${prefix}/${version}/fundamentals/utf8-validation/ -> ${base}/${version}/

0 commit comments

Comments
 (0)