From: Dessalines Date: Thu, 4 Feb 2021 20:50:07 +0000 (-0500) Subject: Updating docs locations. X-Git-Url: http://these/git/%7BpictshareAvatarThumbnail%28?a=commitdiff_plain;h=aade5e3c7fd515952a79210b79eecb74ca9f5fb5;p=lemmy-ui.git Updating docs locations. --- 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';