From 131ec74bb5c5d2f84dde9f9e7ce4530769b105cc Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 5 Nov 2021 16:34:57 -0400 Subject: [PATCH] Fix markdown guide url. --- 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 594c5bc9..aa1d1661 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -100,7 +100,7 @@ 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}#markdown-guide`; +export const markdownHelpUrl = `${helpGuideUrl}#using-markdown`; export const sortingHelpUrl = `${helpGuideUrl}#sorting`; export const archiveUrl = "https://archive.is"; export const elementUrl = "https://element.io";