From aade5e3c7fd515952a79210b79eecb74ca9f5fb5 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 4 Feb 2021 15:50:07 -0500 Subject: [PATCH] Updating docs locations. --- src/shared/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/utils.ts b/src/shared/utils.ts index 4315e2e..330ba08 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -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'; -- 2.44.1