From 549e2407871abecdc7994f3d889ed82ea59e540b Mon Sep 17 00:00:00 2001 From: XeroOl Date: Sat, 23 Mar 2024 20:24:52 -0500 Subject: [PATCH] fixed links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a08efac..e8be6a9 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,9 @@ You can't load external lint rules with fennel-ls, but I would love to receive p fennel-ls is licensed under the MIT license. See LICENSE for more info. This project also contains files from other projects: * test/pl/* comes from [Penlight](https://github.com/lunarmodules/Penlight) [MIT license] - * (LICENSE)[test/pl/LICENSE.md] + * [LICENSE](test/pl/LICENSE.md) * src/fennel-ls/json/* is modified, but is originally from [json.lua](https://github.com/rxi/json.lua) [MIT license] - * (LICENSE)[src/fennel-ls/json/LICENSE] + * [LICENSE](src/fennel-ls/json/LICENSE) * src/fennel-ls/docs/* contains information from the [lua](https://lua.org) reference [MIT license] * test/faith/faith.lua is from [faith](https://git.sr.ht/~technomancy/faith) [MIT license] * fennel and src/fennel.lua are compiled from [fennel](https://git.sr.ht/~technomancy/fennel) [MIT license]