From 8ed6beffa5cbe37fcdf1e33a85e022d8e0f5d907 Mon Sep 17 00:00:00 2001 From: Anthony M <33878954+Anthony01M@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:45:37 +0200 Subject: [PATCH 1/2] Fix: Correct redirection issue in assets for the "Contact Us" link. --- src/routes/assets/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/assets/+page.svelte b/src/routes/assets/+page.svelte index c90ad620ea2..fcfd468d17a 100644 --- a/src/routes/assets/+page.svelte +++ b/src/routes/assets/+page.svelte @@ -566,7 +566,7 @@ what's presented on this page, please don't hesitate to contact us. From 8ba914fd504c3d532b028624ce5276a3a00ac029 Mon Sep 17 00:00:00 2001 From: Anthony M <33878954+Anthony01M@users.noreply.github.com> Date: Sun, 17 Dec 2023 13:49:48 +0200 Subject: [PATCH 2/2] Fix: Resolve issue with incorrect redirect link. --- src/hooks/redirects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/redirects.json b/src/hooks/redirects.json index ec2c7c88bf8..2e8b3ecb2d7 100644 --- a/src/hooks/redirects.json +++ b/src/hooks/redirects.json @@ -25,7 +25,7 @@ }, { "link": "/docs/getting-started-for-server", - "redirect": "/docs/getting-started-for-server" + "redirect": "/docs/quick-starts" }, { "link": "/docs/self-hosting", @@ -660,4 +660,4 @@ "redirect": "/privacy" } -] \ No newline at end of file +]