Update docs link in paper.yml (#7562)
This commit is contained in:
parent
7a21333019
commit
4423e1221a
1 changed files with 2 additions and 2 deletions
|
@ -298,7 +298,7 @@ index 0000000000000000000000000000000000000000..bee2fa2bfbb61209381f24ed6508d3d1
|
||||||
+}
|
+}
|
||||||
diff --git a/src/main/java/com/destroystokyo/paper/PaperConfig.java b/src/main/java/com/destroystokyo/paper/PaperConfig.java
|
diff --git a/src/main/java/com/destroystokyo/paper/PaperConfig.java b/src/main/java/com/destroystokyo/paper/PaperConfig.java
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000000000000000000000000000000000..5c7b2850d311e4d54236ba9acce148bca05672fd
|
index 0000000000000000000000000000000000000000..23410c6ee34fcd9c50c2dbf35d8ff4d0c9ca408c
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/src/main/java/com/destroystokyo/paper/PaperConfig.java
|
+++ b/src/main/java/com/destroystokyo/paper/PaperConfig.java
|
||||||
@@ -0,0 +1,188 @@
|
@@ -0,0 +1,188 @@
|
||||||
|
@ -338,7 +338,7 @@ index 0000000000000000000000000000000000000000..5c7b2850d311e4d54236ba9acce148bc
|
||||||
+ + "Discord: https://discord.gg/papermc\n"
|
+ + "Discord: https://discord.gg/papermc\n"
|
||||||
+ + "IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper ) \n"
|
+ + "IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper ) \n"
|
||||||
+ + "Website: https://papermc.io/ \n"
|
+ + "Website: https://papermc.io/ \n"
|
||||||
+ + "Docs: https://paper.readthedocs.org/ \n";
|
+ + "Docs: https://docs.papermc.io/ \n";
|
||||||
+ /*========================================================================*/
|
+ /*========================================================================*/
|
||||||
+ public static YamlConfiguration config;
|
+ public static YamlConfiguration config;
|
||||||
+ static int version;
|
+ static int version;
|
||||||
|
|
Loading…
Reference in a new issue