Merge pull request #109 from realkinetix/fix-broken-help-links

Fix guide URL, fixes link breakages in moved docs.
This commit is contained in:
Dessalines 2020-12-15 17:43:00 -05:00 committed by GitHub
commit a0c045b2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ export const defaultFavIcon = 'test';
export const repoUrl = 'https://github.com/LemmyNet'; export const repoUrl = 'https://github.com/LemmyNet';
export const joinLemmyUrl = 'https://join.lemmy.ml'; export const joinLemmyUrl = 'https://join.lemmy.ml';
export const supportLemmyUrl = 'https://join.lemmy.ml/sponsors'; 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 markdownHelpUrl = `${helpGuideUrl}#markdown-guide`;
export const sortingHelpUrl = `${helpGuideUrl}#sorting`; export const sortingHelpUrl = `${helpGuideUrl}#sorting`;
export const archiveUrl = 'https://archive.is'; export const archiveUrl = 'https://archive.is';