]> Untitled Git - lemmy-ui.git/commitdiff
Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108.
authorAdam Clark <adam+github@isurf.ca>
Tue, 15 Dec 2020 19:16:33 +0000 (11:16 -0800)
committerAdam Clark <adam+github@isurf.ca>
Tue, 15 Dec 2020 19:16:33 +0000 (11:16 -0800)
src/shared/utils.ts

index d7948a0f3ec15b6d518fe6d33e0e8912482640fa..c823901dbc23d0cbe0d50d4608c59bf3b46e8659 100644 (file)
@@ -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';