Update Wiki link

This commit is contained in:
NotMyFault 2021-06-06 21:17:24 +02:00
parent e40a657faf
commit ef5211d5b5
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
7 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report for FastAsyncWorldEdit! Fill out the following form to your best ability to help us fix the problem.
Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki).
Only use this if you're absolutely sure that you found a bug and can reproduce it. For anything else, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki).
- type: dropdown
attributes:

View File

@ -4,5 +4,5 @@ contact_links:
url: https://discord.gg/intellectualsites
about: Our support Discord, please ask questions and seek support here.
- name: FastAsyncWorldEdit Wiki
url: https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki
url: https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki
about: Look at the wiki page for answers for setup instructions command syntax and more.

View File

@ -7,7 +7,7 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this feature request for FastAsyncWorldEdit! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added.
For anything else than a feature request, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki).
For anything else than a feature request, use: [our Discord server](https://discord.gg/intellectualsites) or [the wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki).
- type: textarea
attributes:

View File

@ -21,7 +21,7 @@ Java Edition required. FastAsyncWorldEdit is compatible with Bukkit, Spigot, Pap
## Links
* [Discord](https://discord.gg/intellectualsites)
* [Wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki)
* [Wiki](https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki)
* [Report Issue](https://github.com/IntellectualSites/FastAsyncWorldEdit/issues)
* [Crowdin (Translations)](https://intellectualsites.crowdin.com/fastasyncworldedit)
* [JavaDocs](https://ci.athion.net/job/FastAsyncWorldEdit-1.16/javadoc/)

View File

@ -20,7 +20,7 @@ public class Settings extends Config {
@Final // Indicates that this value isn't configurable
public String ISSUES = "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues";
@Final
public String WIKI = "https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki";
public String WIKI = "https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki";
@Final
public String DATE; // These values are set from FAWE before loading
@Final

View File

@ -94,7 +94,7 @@ public class WorldEditCommands {
actor.print(Caption.of("worldedit.version.version", dateArg, commitArg, buildArg, platformArg));
}
actor.printInfo(TextComponent.of("Wiki: https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki"));
actor.printInfo(TextComponent.of("Wiki: https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki"));
PlatformManager pm = we.getPlatformManager();

View File

@ -33,7 +33,7 @@ import javax.swing.text.html.HTMLEditorKit;
public class InfoEntryPoint {
private static final String INSTALL_URL = "https://github.com/IntellectualSites/FastAsyncWorldEdit/wiki";
private static final String INSTALL_URL = "https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki";
private static final String SUPPORT_URL = "https://discord.gg/intellectualsites";
private static String getMessage(boolean html) {