mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
Fixing docs location
This commit is contained in:
parent
aeff5d2190
commit
bb4a18510c
|
@ -78,7 +78,7 @@ export const favIconPngUrl = '/static/assets/apple-touch-icon.png';
|
|||
export const repoUrl = 'https://github.com/LemmyNet';
|
||||
export const joinLemmyUrl = 'https://join.lemmy.ml';
|
||||
export const supportLemmyUrl = 'https://join.lemmy.ml/sponsors';
|
||||
export const docsUrl = '/docs';
|
||||
export const docsUrl = '/docs/en/index.html';
|
||||
export const helpGuideUrl = '/docs/en/about/guide.html'; // TODO find a way to redirect to the non-en folder
|
||||
export const markdownHelpUrl = `${helpGuideUrl}#markdown-guide`;
|
||||
export const sortingHelpUrl = `${helpGuideUrl}#sorting`;
|
||||
|
|
Loading…
Reference in a new issue