diff --git a/LUA-Keybinds.md b/LUA-Keybinds.md index 05bfbae..202e085 100644 --- a/LUA-Keybinds.md +++ b/LUA-Keybinds.md @@ -1,8 +1,8 @@ The Keybind module allows you to execute pieces of script when a certain key or mousebutton is pressed. ## Overview -* [SetKeybind](https://github.com/SpoinkyNL/Artemis/wiki/luakeybinds#setkeybind) -* [RemoveKeybind](https://github.com/SpoinkyNL/Artemis/wiki/luakeybinds#removekeybind) +* [SetKeybind](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Keybinds#setkeybind) +* [RemoveKeybind](https://github.com/SpoinkyNL/Artemis/wiki/LUA-Keybinds#removekeybind) ## Functions ### SetKeybind