From 8144a4b941eaace92cff7117bc4d19e1eae4bf6b Mon Sep 17 00:00:00 2001 From: Roberto Reale Date: Wed, 23 Oct 2019 22:23:11 +0200 Subject: [PATCH] Update link for bashlets (#304) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc346d5..1c0f0c1 100644 --- a/README.md +++ b/README.md @@ -337,7 +337,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more * [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework * [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts -* [Bashlets](https://github.com/bashlets) - A modular extensible toolbox for Bash +* [Bashlets](https://github.com/reale/bashlets) - A modular extensible toolbox for Bash * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging * [bash-language-server](https://github.com/mads-hartmann/bash-language-server) - [LSP](https://microsoft.github.io/language-server-protocol/)-based Bash language server