Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108.

This commit is contained in:
Adam Clark 2020-12-15 11:16:33 -08:00
parent f74dc69f15
commit 5143300598

View 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';