]> Untitled Git - lemmy-ui.git/commitdiff
Remove docs translations from links (#1441)
authorNutomic <me@nutomic.com>
Wed, 21 Jun 2023 14:41:08 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jun 2023 14:41:08 +0000 (10:41 -0400)
See https://github.com/LemmyNet/lemmy-docs/pull/223

There are redirects in place so this is not urgent.

CONTRIBUTING.md
lemmy-translations
src/shared/utils.ts

index 75015d8f5b11d1ffa4359ffc1655a156ecd9e288..e300add34ea61b06b52d6669c1fce6365d1d9717 100644 (file)
@@ -1,3 +1,3 @@
 # Contributing
 
-See [here](https://join-lemmy.org/docs/en/contributors/01-overview.html) for contributing Instructions.
+See [here](https://join-lemmy.org/docs/contributors/01-overview.html) for contributing Instructions.
index a241fe1255a6363c7ae1ec5a09520c066745e6ce..ddf0d3a4dcfba5eddbcdb702db2470b52abb3815 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a241fe1255a6363c7ae1ec5a09520c066745e6ce
+Subproject commit ddf0d3a4dcfba5eddbcdb702db2470b52abb3815
index 8b01e5b48da194448a5e4cb8d784a9d24d1a1ed8..33658d170d4813ca3d013d0fa7e7d0a40ef88574 100644 (file)
@@ -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";