mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Fix broken links
This commit is contained in:
parent
eb3794462f
commit
2a6e993d6e
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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";
|
||||
|
|
2
dist/changelogs/9.0.md
vendored
2
dist/changelogs/9.0.md
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue