From ef5211d5b5d3f248e2bc4e7434adafa54006e2b5 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 6 Jun 2021 21:17:24 +0200 Subject: [PATCH] Update Wiki link --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- README.md | 2 +- .../src/main/java/com/boydti/fawe/config/Settings.java | 2 +- .../java/com/sk89q/worldedit/command/WorldEditCommands.java | 2 +- .../java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f338de82c..f2b740439 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0035e2ca2..4dbfd5dca 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b49926ac0..c7ee98f98 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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: diff --git a/README.md b/README.md index 03b8f6abe..454fc244c 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java index 087c4dd77..1e0f4be92 100644 --- a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java +++ b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java @@ -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 diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java b/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java index 93cce1401..a14419a6f 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/command/WorldEditCommands.java @@ -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(); diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java b/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java index f179eed6b..803a2029f 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/internal/util/InfoEntryPoint.java @@ -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) {