]> Untitled Git - lemmy-ui.git/commitdiff
Updating docs locations.
authorDessalines <tyhou13@gmx.com>
Thu, 4 Feb 2021 20:50:07 +0000 (15:50 -0500)
committerDessalines <tyhou13@gmx.com>
Thu, 4 Feb 2021 20:50:07 +0000 (15:50 -0500)
src/shared/utils.ts

index 4315e2e9a09f97deca3720957a1d6bfc722fdfac..330ba085d12d2770f2c6fef5fd20254e248b3bac 100644 (file)
@@ -80,8 +80,8 @@ 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/en/index.html';
-export const helpGuideUrl = '/docs/en/about/guide.html'; // TODO find a way to redirect to the non-en folder
+export const docsUrl = 'https://join.lemmy.ml/docs/en/index.html';
+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 sortingHelpUrl = `${helpGuideUrl}#sorting`;
 export const archiveUrl = 'https://archive.is';