Skip to content

Commit 02f20df

Browse files
fix om redirect (#602)
* fix om redirect * base won't work as this is a different repo
1 parent 71d46c7 commit 02f20df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/redirects

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
define: base https://www.mongodb.com/docs/charts
22
define: versions master
33

4+
# direct traffic from non-existent OM path
5+
# CDN is checking this bucket instead of OM
6+
# which is why this is added here
7+
raw: docs/opsmanager/current/ -> https://www.mongodb.com/docs/ops-manager/current/
8+
49
# Redirects for pages that were deleted when onprem was discontinued
510
raw: docs/charts/user-management -> ${base}/
611
raw: docs/charts/upgrade-charts -> ${base}/

0 commit comments

Comments
 (0)