From 7eeb857a58fff3a401c7723c5d4a42df3ea1b463 Mon Sep 17 00:00:00 2001 From: Philipp Janda Date: Sun, 9 May 2021 19:25:43 +0200 Subject: [PATCH] Fix links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b848e4..93e1fc3 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ during amalgamation. The `fennel` plugin works in a similar way as the `moonscript` and `tl` plugin, but it searches for and processes `.fnl` files. The -[`fennel`][13] module is used for the source code transformation, so +[`fennel`][14] module is used for the source code transformation, so it must be available during amalgamation. [14]: https://luarocks.org/modules/technomancy/fennel @@ -324,7 +324,7 @@ its own `package.path` at runtime or changes its working directory. > My environment does not support `require` or the `package` module! That's unfortunate. This tool relies on a working `require` function -and a minimal `package` module. See [this stackoverflow post][14] for +and a minimal `package` module. See [this stackoverflow post][15] for how you can provide minimal stubs for the World of Warcraft environment. If you can't provide a shared `require` (and `package`) implementation in your environment, you can use the `-p ` switch