aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2019-12-09 19:55:52 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2019-12-09 19:55:52 +0200
commit0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b (patch)
treeebf188ad8cf846b14bca194660bf0a726cac1604 /README.md
parentbf35bef5b7aefeb2979bf24ad327fe1dca838db0 (diff)
parent750b42cdd9c5be6380b0b0b1d736616e52559253 (diff)
downloadLibGui-0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b.tar.gz
LibGui-0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b.tar.bz2
LibGui-0f73ce47bbd3843e07bf71fbaf52b3b7c6bd4c3b.zip
Merge branch 'master' of https://github.com/CottonMC/LibGui
Diffstat (limited to 'README.md')
-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)