From a7797edb2a66798cef7fa504e0aaa25048f753fc Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 11 Jan 2016 13:33:08 +0900 Subject: [PATCH] Fix https://github.com/jmcantrell/bashful --- README.md | 2 +- README_ZH-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ee9cc7..b88cdfd 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,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/unterzicht/bashful) - A collection of libraries to simplify writing Bash scripts +* [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 992390d..1910780 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -195,7 +195,7 @@ * [ansi](https://github.com/fidian/ansi) - 使用纯 Bash 实现的 ANSI 转义码,包括更改文本颜色、定位光标等等 * [assert.sh](https://github.com/lehmannro/assert.sh) - Bash 单元测试框架 -* [bashful](https://github.com/unterzicht/bashful) - 简化编写 Bash 脚本的库收集 +* [bashful](https://github.com/jmcantrell/bashful) - 简化编写 Bash 脚本的库收集 * [bashmanager](https://github.com/lingtalfi/bashmanager) - 用来创建命令行工具的微型 Bash 框架 * [bats](https://github.com/sstephenson/bats) - Bash 自动化测试系统 * [composure](https://github.com/erichs/composure) - 撰写、文档、版本、及组织你的 shell 函数