]> Untitled Git - lemmy-ui.git/commitdiff
Fix sorting help link
authormezzode <mezzode@users.noreply.github.com>
Sat, 3 Jun 2023 05:18:00 +0000 (22:18 -0700)
committerGitHub <noreply@github.com>
Sat, 3 Jun 2023 05:18:00 +0000 (22:18 -0700)
src/shared/utils.ts

index 5648df00b93ab06fec3f124c9ac0c506adfc9a28..be9f51abc5796456f07e41a45618a64fd474f264 100644 (file)
@@ -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";