From a95c57f52e8efa017a9d0a30f2864d70b4dd68f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20Viitam=C3=A4ki?= Date: Sat, 23 Dec 2023 11:37:24 +0200 Subject: [PATCH] fix broken link on README.md (#716) hooks link was broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9242884..42a1454 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a place to share Nushell scripts with each other. If you'd like to share - [custom-completions](./custom-completions/) - collection of custom completions for external commands. - [custom-menus](./custom-menus/) - collection of custom nushell menus - [example-config](./example-config/) -- [hooks](./hooks/) +- [nu-hooks](./nu-hooks/) - [modules](./modules/) - This has its dedicated [readme](./modules/README.md) - [nu_101](./sourced/nu_101/) - Beginner introduction to nushell concepts. - [prompt](./modules/prompt/)