aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2019-12-08 20:06:15 +0200
committerGitHub <noreply@github.com>2019-12-08 20:06:15 +0200
commit750b42cdd9c5be6380b0b0b1d736616e52559253 (patch)
tree6c8cf576eccbab80595d705a9fb2d897e3004d45
parent0275f202f49820256480de9ac8bf01f13c4e0550 (diff)
downloadLibGui-750b42cdd9c5be6380b0b0b1d736616e52559253.tar.gz
LibGui-750b42cdd9c5be6380b0b0b1d736616e52559253.tar.bz2
LibGui-750b42cdd9c5be6380b0b0b1d736616e52559253.zip
Update README.md
Now references the LibGui wiki instead of the Cotton wiki.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6bc03c7..b8c415d 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ GUI system. Controls can be hung on an itemslot grid or offset from it. Panel st
and opacity can be customized, and everything can be extended.
-See the [Cotton wiki](https://cottonmc.github.io/Wiki/getting_started/SetupDeveloper.html) for setup
+See the [LibGui wiki](https://github.com/CottonMC/LibGui/wiki) for setup
And for code examples:
* [Client-Only Guis](https://github.com/CottonMC/LibGui/wiki/Client-Sided-Guis)