From 2904af8b2fdab9da41167104d1188ffe85af9a6b Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Sat, 11 Nov 2023 11:19:21 -0500 Subject: [PATCH] Replace bash-hackers wiki link with Wayback Machine link --- .github/workflows/ci.yml | 2 +- README.md | 2 +- README_ZH-CN.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e987476..a50e4e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/* + args: README.md README_ZH-CN.md --verbose --no-progress env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index aade316..2bb1864 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. # Guides * [Bash Official Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html) -* [Bash Hackers Wiki](https://wiki.bash-hackers.org/) +* [Bash Hackers Wiki](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/) * [Greg Wooledge's (aka "greycat") wiki](https://mywiki.wooledge.org). Specifically [Bash Guide](https://mywiki.wooledge.org/BashGuide), [Bash FAQ](https://mywiki.wooledge.org/BashFAQ) and [Bash Pitfalls](https://mywiki.wooledge.org/BashPitfalls) * [Google's Shell Style Guide](https://google.github.io/styleguide/shell.xml) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 5fa76e8..ecf76f5 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -257,7 +257,7 @@ # 指南 -* [Bash 黑客的维基](https://wiki.bash-hackers.org/) +* [Bash 黑客的维基](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/) * [Greg Wooledge(又名 "greycat")的维基](http://mywiki.wooledge.org):尤其是 [Bash 指南](http://mywiki.wooledge.org/BashGuide)、[Bash 疑难问答](http://mywiki.wooledge.org/BashFAQ) 及 [Bash 陷阱](http://mywiki.wooledge.org/BashPitfalls) * [Google 的 Shell 风格指南](https://google.github.io/styleguide/shell.xml) * [Linux 文档项目: Bash 编程 - 简介/如何做](https://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)