From: mezzode Date: Sat, 3 Jun 2023 05:18:00 +0000 (-0700) Subject: Fix sorting help link X-Git-Url: http://these/git/?a=commitdiff_plain;h=1df655d40d0556305c4080eb21e0de2ccc906cc5;p=lemmy-ui.git Fix sorting help link --- 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";