Skip to content

Commit 2904af8

Browse files
committed
Replace bash-hackers wiki link with Wayback Machine link
1 parent f210722 commit 2904af8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: lychee
1616
uses: lycheeverse/lychee-action@v1
1717
with:
18-
args: README.md README_ZH-CN.md --verbose --no-progress --exclude wiki.bash-hackers.org/*
18+
args: README.md README_ZH-CN.md --verbose --no-progress
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
439439
# Guides
440440

441441
* [Bash Official Reference Manual](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html)
442-
* [Bash Hackers Wiki](https://wiki.bash-hackers.org/)
442+
* [Bash Hackers Wiki](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/)
443443
* [Greg Wooledge's (aka "greycat") wiki](https://mywiki.wooledge.org).
444444
Specifically [Bash Guide](https://mywiki.wooledge.org/BashGuide), [Bash FAQ](https://mywiki.wooledge.org/BashFAQ) and [Bash Pitfalls](https://mywiki.wooledge.org/BashPitfalls)
445445
* [Google's Shell Style Guide](https://google.github.io/styleguide/shell.xml)

README_ZH-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257

258258
# 指南
259259

260-
* [Bash 黑客的维基](https://wiki.bash-hackers.org/)
260+
* [Bash 黑客的维基](https://web.archive.org/web/20230406205817/https://wiki.bash-hackers.org/)
261261
* [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)
262262
* [Google 的 Shell 风格指南](https://google.github.io/styleguide/shell.xml)
263263
* [Linux 文档项目: Bash 编程 - 简介/如何做](https://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)

0 commit comments

Comments
 (0)