From: Adam Clark Date: Tue, 15 Dec 2020 19:16:33 +0000 (-0800) Subject: Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108. X-Git-Url: http://these/git/?a=commitdiff_plain;h=51433005980637015be293ace2db048510bac897;p=lemmy-ui.git Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108. --- diff --git a/src/shared/utils.ts b/src/shared/utils.ts index d7948a0..c823901 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -73,7 +73,7 @@ export const defaultFavIcon = 'test'; export const repoUrl = 'https://github.com/LemmyNet'; export const joinLemmyUrl = 'https://join.lemmy.ml'; export const supportLemmyUrl = 'https://join.lemmy.ml/sponsors'; -export const helpGuideUrl = '/docs/about_guide.html'; +export const helpGuideUrl = '/docs/about/guide.html'; export const markdownHelpUrl = `${helpGuideUrl}#markdown-guide`; export const sortingHelpUrl = `${helpGuideUrl}#sorting`; export const archiveUrl = 'https://archive.is';