Skip to content

Commit 4870c3e

Browse files
authored
Fix redirects (#505)
1 parent e850e45 commit 4870c3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ define: base https://docs.mongodb.com/charts
22
define: versions 19.12 master
33

44
raw: charts/index.html -> ${base}/
5-
raw: charts/${version}/ -> ${base}/
5+
raw: charts/master/ -> ${base}/
6+
7+
[19.12] charts/{$version}/ -> ${base}/

0 commit comments

Comments
 (0)