Skip to content

Commit e3cf675

Browse files
committed
fix(redirects): correct redirect away from traefik/healthchecks
1 parent dd2cec2 commit e3cf675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/redirects.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ location = /uninstallation { return 301 /docs/get-started/uninstallation; }
9595
location = /support { return 301 /docs/get-started/support; }
9696

9797
location = /knowledge-base/common-issues/cloudflare { return 301 /docs/get-started/support; }
98-
location = /knowledge-base/proxy/traefik/healthcheck { return 301 /docs/knowledge-base/health-checks; }
98+
location = /knowledge-base/proxy/traefik/healthchecks { return 301 /docs/knowledge-base/health-checks; }
9999
location = /services/superset { return 301 /docs/services/apache-superset; }

0 commit comments

Comments
 (0)