From c520d906ecf9fc3e5ec437b0f97fdcb6042ddc0e Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Thu, 7 Jan 2016 09:14:35 -0500 Subject: [PATCH] Fix link redirects on wahoo and bashful --- README.md | 4 ++-- README_ZH-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e94d3f..dd96244 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [fresh](https://github.com/freshshell/fresh) - Keep your dotfiles fresh * [homeshick](https://github.com/andsens/homeshick) - Git dotfile synchronizer written in Bash * [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - Framework for managing your Fish shell configuration inspired by Oh My Zsh -* [Wahoo](https://github.com/wa/wahoo) - All-purpose framework and decentralized package manager for the fishshell. +* [Wahoo](https://github.com/bucaran/wahoo) - All-purpose framework and decentralized package manager for the fishshell. * [vcsh](https://github.com/RichiH/vcsh) - Config manager based on Git ## Shell Script Development @@ -194,7 +194,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 +* [bashful](https://github.com/unterzicht/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 * [Fishtape](https://github.com/fisherman/fishtape) - TAP producer and test harness for fish diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 925e9e4..2126449 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -186,7 +186,7 @@ * [fresh](https://github.com/freshshell/fresh) - 使你的 dotfiles 保持更新 * [homeshick](https://github.com/andsens/homeshick) - 使用 Bash 编写的 Git dotfile 同步器 * [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - 用于管理 Fish shell 配置的框架,由 Oh My Zsh 获得灵感 -* [Wahoo](https://github.com/wa/wahoo) - 适用于 Fish shell 的全功能框架及去中心化包管理器 +* [Wahoo](https://github.com/bucaran/wahoo) - 适用于 Fish shell 的全功能框架及去中心化包管理器 * [vcsh](https://github.com/RichiH/vcsh) - 基于 Git 的配置管理器 ## Shell 脚本开发 @@ -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/jmcantrell/bashful) - 简化编写 Bash 脚本的库收集 +* [bashful](https://github.com/unterzicht/bashful) - 简化编写 Bash 脚本的库收集 * [bashmanager](https://github.com/lingtalfi/bashmanager) - 用来创建命令行工具的微型 Bash 框架 * [bats](https://github.com/sstephenson/bats) - Bash 自动化测试系统 * [composure](https://github.com/erichs/composure) - 撰写、文档、版本、及组织你的 shell 函数