From 1df655d40d0556305c4080eb21e0de2ccc906cc5 Mon Sep 17 00:00:00 2001 From: mezzode Date: Fri, 2 Jun 2023 22:18:00 -0700 Subject: [PATCH] Fix sorting help link --- src/shared/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/utils.ts b/src/shared/utils.ts index 5648df0..be9f51a 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -63,7 +63,7 @@ export const donateLemmyUrl = `${joinLemmyUrl}/donate`; export const docsUrl = `${joinLemmyUrl}/docs/en/index.html`; export const helpGuideUrl = `${joinLemmyUrl}/docs/en/users/01-getting-started.html`; // TODO find a way to redirect to the non-en folder export const markdownHelpUrl = `${joinLemmyUrl}/docs/en/users/02-media.html`; -export const sortingHelpUrl = `${helpGuideUrl}/docs/en/users/03-votes-and-ranking.html`; +export const sortingHelpUrl = `${joinLemmyUrl}/docs/en/users/03-votes-and-ranking.html`; export const archiveTodayUrl = "https://archive.today"; export const ghostArchiveUrl = "https://ghostarchive.org"; export const webArchiveUrl = "https://web.archive.org"; -- 2.44.1