Updating docs locations.

This commit is contained in:
Dessalines 2021-02-04 15:50:07 -05:00
parent 029e483855
commit aade5e3c7f

View file

@ -80,8 +80,8 @@ export const favIconPngUrl = '/static/assets/apple-touch-icon.png';
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 docsUrl = '/docs/en/index.html'; export const docsUrl = 'https://join.lemmy.ml/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 helpGuideUrl = 'https://join.lemmy.ml/docs/en/about/guide.html'; // TODO find a way to redirect to the non-en folder
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';