From ef07b5b18e2343dd3eb59f34a550ee955566b91b Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 14 Oct 2016 03:33:46 -0700 Subject: [PATCH] fix link to writers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e5c121..89c9145 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ By default, lips will print the assembled word values in hex: etc... ``` -Other predefined output formats are available in [lips.writers]; +Other predefined output formats are available in [lips.writers][writers]; you can instantiate one and pass it through the second argument of lips. Since lips is designed to assist with ROM/RAM hacking, @@ -43,7 +43,7 @@ an existing executable or memory dump. For instance, consider [this injection routine][inject.lua] written for the Nintendo 64 Zelda games. -[writers]: https://github.com/notwa/lips/blob/master/lips/writers.lua +[writers]: /lips/writers.lua [inject.lua]: https://github.com/notwa/mm/blob/master/Lua/inject.lua ## Syntax