Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some 404 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ also](http://tldp.org/LDP/abs/html/declareref.html))
* https://www.gnu.org/software/bash/manual/bashref.html
* http://wiki.bash-hackers.org/doku.php
* http://mywiki.wooledge.org/BashFAQ
* https://google-styleguide.googlecode.com/svn/trunk/shell.xml
* https://google.github.io/styleguide/shellguide.html
* http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/
* http://mywiki.wooledge.org/BashWeaknesses
* https://github.com/docopt/docopts (see: http://docopt.org)
Expand All @@ -172,7 +172,7 @@ also](http://tldp.org/LDP/abs/html/declareref.html))

#### Portability
* https://github.com/duggan/shlint
* http://manpages.ubuntu.com/manpages/natty/man1/checkbashisms.1.html
* https://manpages.ubuntu.com/manpages/impish/en/man1/checkbashisms.1.html
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be an URL rewrite so the old link is still working in a browser.

Not in CLI though:

wget http://manpages.ubuntu.com/manpages/natty/man1/checkbashisms.1.html
--2021-09-20 10:33:01--  http://manpages.ubuntu.com/manpages/natty/man1/checkbashisms.1.html
Resolving manpages.ubuntu.com (manpages.ubuntu.com)... 91.189.88.185, 91.189.91.48, 91.189.91.49, ...
Connecting to manpages.ubuntu.com (manpages.ubuntu.com)|91.189.88.185|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-09-20 10:33:02 ERROR 404: Not Found


### Test driven development and Unit testing:
* https://github.com/sstephenson/bats
Expand Down