From 1446193acb5f6776f01ea0fa7653846c72b0fb0f Mon Sep 17 00:00:00 2001 From: MarcHamamji Date: Fri, 24 Feb 2023 23:17:36 +0200 Subject: [PATCH] Fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ecac9..c9c3f1a 100644 --- a/README.md +++ b/README.md @@ -137,10 +137,10 @@ A Neovim plugin to run code inside the editor ## Advanced handlers configurations For creating dynamic handlers like one for each `npm` or `cargo` script, you can write your own handler function that generates the other handlers, gives them to the choice handler, and runs it itself. - See [Node.js example](./lua/runner/handlers/languages/nodejs/init.lua). + See [Node.js example](lua/runner/handlers/languages/nodejs/init.lua). ## Contribution - If you find that some handlers for a specific language are missing, feel free to open a pull request by adding them in the [./lua/runner/handlers/init.lua]() file. + If you find that some handlers for a specific language are missing, feel free to open a pull request by adding them in the [lua/runner/handlers/init.lua]() file. Licensed under the [MIT license](./LICENSE).