mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108.
This commit is contained in:
parent
f74dc69f15
commit
5143300598
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue