From: SleeplessOne1917 Date: Sat, 3 Jun 2023 19:32:06 +0000 (+0000) Subject: Merge branch 'main' into fix-sorting-help-url X-Git-Url: http://these/git/?a=commitdiff_plain;h=de701b49590acdddc8dcb3a6f57bb4d1bc4fdd4f;hp=79994a9b945b30b3af69e9c692e104f562ae6417;p=lemmy-ui.git Merge branch 'main' into fix-sorting-help-url --- 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";