Fix a few links

This commit is contained in:
Aurora
2020-05-30 09:17:21 +02:00
parent 75153d8da8
commit 5602b33b78
5 changed files with 6 additions and 5 deletions

View File

@ -229,7 +229,7 @@ public final class IncendoPaster implements Paster {
b.append("OS Version: ").append(System.getProperty("os.version")).append('\n');
b.append("OS Arch: ").append(System.getProperty("os.arch")).append('\n');
b.append("# Okay :D Great. You are now ready to create your bug report!");
b.append("\n# You can do so at https://github.com/IntellectualSites/FastAsyncWorldEdit-1.13/issues");
b.append("\n# You can do so at https://github.com/IntellectualSites/FastAsyncWorldEdit/issues");
b.append("\n# or via our Discord at https://discord.gg/ngZCzbU");
incendoPaster.addFile(new IncendoPaster.PasteFile("information", b.toString()));