From 7404c4ce6bb63db62a006f721d91e969165aa8d1 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 28 Sep 2023 12:48:44 -0700 Subject: [PATCH] refactor(web): docs url --- web/helpers/urls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/helpers/urls.ts b/web/helpers/urls.ts index c611f7bac..98af7a5cb 100644 --- a/web/helpers/urls.ts +++ b/web/helpers/urls.ts @@ -19,7 +19,7 @@ const PLUGIN_SETTINGS = new URL('#UnraidNetSettings', SETTINGS_MANAGMENT_ACCESS) const OS_RELEASES = new URL('https://s3.amazonaws.com/dnld.lime-technology.com/stable/releases.json'); const DOCS_REGISTRATION_LICENSING = new URL('/unraid-os/faq/licensing-faq', DOCS); -const DOCS_REGISTRATION_REPLACE_KEY = new URL('/unraid-os/manual/changing-the-flash-device/#notes-about-replacing-your-registration-key', DOCS); +const DOCS_REGISTRATION_REPLACE_KEY = new URL('/unraid-os/manual/changing-the-flash-device', DOCS); export { ACCOUNT,