mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
docs: Update wiki link
This commit is contained in:
@ -77,7 +77,7 @@ public class WorldEditCommands {
|
||||
actor.print(TextComponent.of("FastAsyncWorldEdit" + fVerStr));
|
||||
actor.print(TextComponent.of("Authors: Empire92, MattBDev, IronApollo, dordsor21 and NotMyFault"));
|
||||
actor.print(TextComponent.of("Wiki: https://git.io/JMEPa")
|
||||
.clickEvent(ClickEvent.openUrl("https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki")));
|
||||
.clickEvent(ClickEvent.openUrl("https://intellectualsites.github.io/fastasyncworldedit-documentation/")));
|
||||
actor.print(TextComponent.of("Discord: https://discord.gg/intellectualsites")
|
||||
.clickEvent(ClickEvent.openUrl("https://discord.gg/intellectualsites")));
|
||||
UpdateNotification.doUpdateNotification(actor);
|
||||
|
@ -33,7 +33,7 @@ import java.net.URISyntaxException;
|
||||
|
||||
public class InfoEntryPoint {
|
||||
|
||||
private static final String INSTALL_URL = "https://github.com/IntellectualSites/FastAsyncWorldEdit-Documentation/wiki";
|
||||
private static final String INSTALL_URL = "https://intellectualsites.github.io/fastasyncworldedit-documentation/";
|
||||
private static final String SUPPORT_URL = "https://discord.gg/intellectualsites";
|
||||
|
||||
private static String getMessage(boolean html) {
|
||||
|
Reference in New Issue
Block a user