diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-12-08 20:06:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-08 20:06:15 +0200 |
commit | 750b42cdd9c5be6380b0b0b1d736616e52559253 (patch) | |
tree | 6c8cf576eccbab80595d705a9fb2d897e3004d45 /README.md | |
parent | 0275f202f49820256480de9ac8bf01f13c4e0550 (diff) | |
download | LibGui-750b42cdd9c5be6380b0b0b1d736616e52559253.tar.gz LibGui-750b42cdd9c5be6380b0b0b1d736616e52559253.tar.bz2 LibGui-750b42cdd9c5be6380b0b0b1d736616e52559253.zip |
Update README.md
Now references the LibGui wiki instead of the Cotton wiki.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |