From 51433005980637015be293ace2db048510bac897 Mon Sep 17 00:00:00 2001 From: Adam Clark Date: Tue, 15 Dec 2020 11:16:33 -0800 Subject: [PATCH] Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108. --- 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 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'; -- 2.44.1