]> Untitled Git - lemmy-ui.git/commitdiff
Fixing docs location
authorDessalines <tyhou13@gmx.com>
Fri, 15 Jan 2021 17:42:39 +0000 (12:42 -0500)
committerDessalines <tyhou13@gmx.com>
Fri, 15 Jan 2021 17:42:39 +0000 (12:42 -0500)
src/shared/utils.ts

index e9521a9e9eb46e4d8f26e5c26afa114a7316c295..b41c6dc6346e07dd482b85b3f5b097a4f69563f5 100644 (file)
@@ -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`;