From 71f65e0dbc9961ad8f04d58b21113460f2f94969 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Wed, 4 Oct 2023 20:00:54 +0000 Subject: [PATCH 1/3] Add missing redirect for installation page --- src/hooks/redirects.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hooks/redirects.json b/src/hooks/redirects.json index 9fa6a224a3..ba86d7b65b 100644 --- a/src/hooks/redirects.json +++ b/src/hooks/redirects.json @@ -642,5 +642,9 @@ { "link": "/docs/models/runtime", "redirect": "/docs/references/cloud/models/runtime" + }, + { + "link": "/docs/installation", + "redirect": "/docs/advanced/self-hosting" } ] \ No newline at end of file From 32df11a0a8c9df861cbe5ebaafa8aef8fb8c5506 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Wed, 4 Oct 2023 20:49:37 +0000 Subject: [PATCH 2/3] Add careers page redirect --- src/hooks/redirects.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/hooks/redirects.json b/src/hooks/redirects.json index ba86d7b65b..a75d5bfc78 100644 --- a/src/hooks/redirects.json +++ b/src/hooks/redirects.json @@ -646,5 +646,9 @@ { "link": "/docs/installation", "redirect": "/docs/advanced/self-hosting" + }, + { + "link": "/careers", + "redirect": "https://careers.appwrite.io/ " } ] \ No newline at end of file From 12dba16521c447afebbedfb00999476a91a238a3 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Fri, 6 Oct 2023 14:53:36 -0400 Subject: [PATCH 3/3] Update src/hooks/redirects.json Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> --- src/hooks/redirects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/redirects.json b/src/hooks/redirects.json index a75d5bfc78..a0086fa690 100644 --- a/src/hooks/redirects.json +++ b/src/hooks/redirects.json @@ -649,6 +649,6 @@ }, { "link": "/careers", - "redirect": "https://careers.appwrite.io/ " + "redirect": "https://careers.appwrite.io/" } ] \ No newline at end of file