From: Dessalines Date: Thu, 11 May 2023 17:13:09 +0000 (-0400) Subject: Fixing some outdated docs links. Fixes #1006 (#1007) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=06bfb7eadf767a9acb98d69e8d77a3b04959a561;p=lemmy-ui.git Fixing some outdated docs links. Fixes #1006 (#1007) --- diff --git a/src/shared/utils.ts b/src/shared/utils.ts index 93cfce3..0a62292 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -63,9 +63,9 @@ export const repoUrl = "https://github.com/LemmyNet"; export const joinLemmyUrl = "https://join-lemmy.org"; export const donateLemmyUrl = `${joinLemmyUrl}/donate`; export const docsUrl = `${joinLemmyUrl}/docs/en/index.html`; -export const helpGuideUrl = `${joinLemmyUrl}/docs/en/about/guide.html`; // TODO find a way to redirect to the non-en folder -export const markdownHelpUrl = `${helpGuideUrl}#using-markdown`; -export const sortingHelpUrl = `${helpGuideUrl}#sorting`; +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 archiveTodayUrl = "https://archive.today"; export const ghostArchiveUrl = "https://ghostarchive.org"; export const webArchiveUrl = "https://web.archive.org";