fix broken link on README.md (#716)

hooks link was broken
This commit is contained in:
Mikko Viitamäki 2023-12-23 11:37:24 +02:00 committed by GitHub
parent 703b551495
commit a95c57f52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/)