From b57f418d51475bb5633a5b2e61fcdfa2f4e08616 Mon Sep 17 00:00:00 2001 From: James Bithell Date: Fri, 1 Mar 2024 15:31:10 +0000 Subject: [PATCH] Add redirect to status page --- src/pages/support.md | 2 +- static/_redirects | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/support.md b/src/pages/support.md index 4451d10..7c9d228 100644 --- a/src/pages/support.md +++ b/src/pages/support.md @@ -8,7 +8,7 @@ hide_table_of_contents: true Support is offered for issues with the hosted platform (ie https://dash.adam-rms.com) at support@adam-rms.com - feel free to email to get in touch. -If you're having issues logging in or accessing the site, please check the [status page](https://status.bithell.studio) first for any updates there. +If you're having issues logging in or accessing the site, please check the [status page](/status) first for any updates there. ## User Guide diff --git a/static/_redirects b/static/_redirects index f55a722..41dfd10 100644 --- a/static/_redirects +++ b/static/_redirects @@ -6,3 +6,4 @@ /dev-guide /docs/v1/contributor/intro 302 /self-hosting /docs/v1/hosting/intro 302 /api https://api-docs.adam-rms.com/ 301 +/status https://status.bithell.studio 301 \ No newline at end of file