From 4ef535ef7a24206309c81db767cc71ece94d1471 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 7 Apr 2018 19:17:48 -0400 Subject: [PATCH] Change bashlets homepage URL Use a more user-friendly URL (clear call-to-action "Get Started", not just a project page with multiple repos that don't have clear info on where to start/go). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f443621..85e8acf 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,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/plytophogy/bashful) - A collection of libraries to simplify writing Bash scripts -* [Bashlets](https://github.com/bashlets) - A modular extensible toolbox for Bash +* [Bashlets](https://bashlets.sh/) - 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 * [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System