Fix link to get back to the lua ref (#240)

This commit is contained in:
eros71 2022-11-30 09:44:35 +01:00 committed by GitHub
parent cd8c6089f8
commit 3214fc1de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
## [:rewind: Lua Reference](lua.md)
## [:rewind: Lua Reference](../lua.md)
# Hooks
Hooks are a way for SM64 to trigger Lua code, whereas the functions listed in [functions](functions.md) allow Lua to trigger SM64 code.