Skip to content

Commit b98c9d7

Browse files
authoredOct 2, 2024
redirect error
1 parent d7ce9b5 commit b98c9d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎config/redirects

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ define: versions v1.16 v1.17 v1.18 v1.19 v1.20 master
55
symlink: upcoming -> master
66
symlink: current -> v1.20
77

8-
(v1.16-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
8+
[v1.17-v1.19]: ${prefix}/${version}/tutorial/client-side-encryption/ -> ${base}/${version}/tutorial/encryption/
99
[v1.16]: ${prefix}/${version}/tutorial/encryption/ -> ${base}/${version}/
1010

1111
# standardization redirects
1212

1313
# redirects in standardized docs
14-
[v1.20-*]: ${prefix}/${version}/tutorial/install-php-library/ -> ${base}/${version}/get-started download-and-install/
14+
[v1.20-*]: ${prefix}/${version}/tutorial/install-php-library/ -> ${base}/${version}/get-started/download-and-install/
1515
[v1.20-*]: ${prefix}/${version}/tutorial/connecting/ -> ${base}/${version}/connect/
1616
[v1.20-*]: ${prefix}/${version}/tutorial/server-selection/ -> ${base}/${version}/monitoring/cluster-monitoring/
1717
[v1.20-*]: ${prefix}/${version}/tutorial/crud/ -> ${base}/${version}/read/
@@ -31,7 +31,7 @@ symlink: current -> v1.20
3131

3232
# redirects in old docs
3333
# note: this mapping does not account for all of the new pages
34-
[*-v1.19]: ${prefix}/${version}/get-started download-and-install/ -> ${base}/${version}/tutorial/install-php-library/
34+
[*-v1.19]: ${prefix}/${version}/get-started/download-and-install/ -> ${base}/${version}/tutorial/install-php-library/
3535
[*-v1.19]: ${prefix}/${version}/connect/ -> ${base}/${version}/tutorial/connecting/
3636
[*-v1.19]: ${prefix}/${version}/monitoring/cluster-monitoring/ -> ${base}/${version}/tutorial/server-selection/
3737
[*-v1.19]: ${prefix}/${version}/read/ -> ${base}/${version}/tutorial/crud/
@@ -45,3 +45,4 @@ symlink: current -> v1.20
4545
[*-v1.19]: ${prefix}/${version}/read/cursor/ -> ${base}/${version}/tutorial/tailable-cursor/
4646
[*-v1.19]: ${prefix}/${version}/data-formats/modeling-bson-data/ -> ${base}/${version}/tutorial/modeling-bson-data/
4747
[*-v1.19]: ${prefix}/${version}/stable-api/ -> ${base}/${version}/tutorial/stable-api/
48+
[*-v1.19]: ${prefix}/${version}/whats-new/ -> ${base}/${version}/

0 commit comments

Comments
 (0)
Please sign in to comment.