From bb4a18510c67bf35dbc728d24f22d5378bc10dfd Mon Sep 17 00:00:00 2001
From: Dessalines <tyhou13@gmx.com>
Date: Fri, 15 Jan 2021 12:42:39 -0500
Subject: [PATCH] Fixing docs location

---
 src/shared/utils.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/utils.ts b/src/shared/utils.ts
index e9521a9..b41c6dc 100644
--- a/src/shared/utils.ts
+++ b/src/shared/utils.ts
@@ -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`;
-- 
2.44.1