mirror of
https://github.com/namibia/awesome-shell.git
synced 2024-12-22 08:28:54 +00:00
Replace bash-hackers wiki link with Wayback Machine link
This commit is contained in:
parent
f210722d0b
commit
2904af8b2f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user