From 2a6e993d6e4c4bcd764cca0b97a353a72d93b5c0 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 13 Apr 2024 16:38:44 +0000 Subject: [PATCH] Fix broken links --- CONTRIBUTING.md | 2 +- app/src/main/java/io/xpipe/app/util/Hyperlinks.java | 2 +- dist/changelogs/9.0.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aef303d4f..cc44108a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,4 +99,4 @@ if you want to work on something that was not listed here, you can still do so o ### Translations -See the [translation guide](/lang/README.md) for details. +See the [translation guide](/lang) for details. diff --git a/app/src/main/java/io/xpipe/app/util/Hyperlinks.java b/app/src/main/java/io/xpipe/app/util/Hyperlinks.java index cc9f384d1..9a1b9021d 100644 --- a/app/src/main/java/io/xpipe/app/util/Hyperlinks.java +++ b/app/src/main/java/io/xpipe/app/util/Hyperlinks.java @@ -9,7 +9,7 @@ public class Hyperlinks { public static final String PRIVACY = "https://docs.xpipe.io/privacy-policy"; public static final String EULA = "https://docs.xpipe.io/end-user-license-agreement"; public static final String SECURITY = "https://docs.xpipe.io/security"; - public static final String TRANSLATE = "https://github.com/xpipe-io/xpipe/lang"; + public static final String TRANSLATE = "https://github.com/xpipe-io/xpipe/tree/master/lang"; public static final String DISCORD = "https://discord.gg/8y89vS8cRb"; public static final String SLACK = "https://join.slack.com/t/XPipe/shared_invite/zt-1awjq0t5j-5i4UjNJfNe1VN4b_auu6Cg"; diff --git a/dist/changelogs/9.0.md b/dist/changelogs/9.0.md index 7fd529925..294781038 100644 --- a/dist/changelogs/9.0.md +++ b/dist/changelogs/9.0.md @@ -1,6 +1,6 @@ ## Translations -XPipe 9 now comes with many translations for the user interface. These were initially generated with DeepL and can be easily improved and corrected by anyone on GitHub. You can check them out in action and if there is any translation you don't like, submit a quick pull request to fix it. For instructions on how to do this, see https://github.com/xpipe-io/xpipe/lang. +XPipe 9 now comes with many translations for the user interface. These were initially generated with DeepL and can be easily improved and corrected by anyone on GitHub. You can check them out in action and if there is any translation you don't like, submit a quick pull request to fix it. For instructions on how to do this, see https://github.com/xpipe-io/xpipe/tree/master/lang. ## VNC support