diff --git a/src/shared/utils.ts b/src/shared/utils.ts index d7948a0f..c823901d 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';