X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Futils.ts;h=33658d170d4813ca3d013d0fa7e7d0a40ef88574;hb=101b830d87c7177ac708d4a7c8a4ea797680c782;hp=8b01e5b48da194448a5e4cb8d784a9d24d1a1ed8;hpb=ffa7deee81c78789f5d1e213a218346a01457400;p=lemmy-ui.git diff --git a/src/shared/utils.ts b/src/shared/utils.ts index 8b01e5b..33658d1 100644 --- a/src/shared/utils.ts +++ b/src/shared/utils.ts @@ -65,10 +65,10 @@ export const favIconPngUrl = "/static/assets/icons/apple-touch-icon.png"; export const repoUrl = "https://github.com/LemmyNet"; export const joinLemmyUrl = "https://join-lemmy.org"; export const donateLemmyUrl = `${joinLemmyUrl}/donate`; -export const docsUrl = `${joinLemmyUrl}/docs/en/index.html`; -export const helpGuideUrl = `${joinLemmyUrl}/docs/en/users/01-getting-started.html`; // TODO find a way to redirect to the non-en folder -export const markdownHelpUrl = `${joinLemmyUrl}/docs/en/users/02-media.html`; -export const sortingHelpUrl = `${joinLemmyUrl}/docs/en/users/03-votes-and-ranking.html`; +export const docsUrl = `${joinLemmyUrl}/docs/index.html`; +export const helpGuideUrl = `${joinLemmyUrl}/docs/users/01-getting-started.html`; // TODO find a way to redirect to the non-en folder +export const markdownHelpUrl = `${joinLemmyUrl}/docs/users/02-media.html`; +export const sortingHelpUrl = `${joinLemmyUrl}/docs/users/03-votes-and-ranking.html`; export const archiveTodayUrl = "https://archive.today"; export const ghostArchiveUrl = "https://ghostarchive.org"; export const webArchiveUrl = "https://web.archive.org";