From 7b6e9822465f8722b0e2e717a0d8459592dd6ea9 Mon Sep 17 00:00:00 2001 From: meleu Date: Mon, 2 May 2022 18:24:36 -0300 Subject: [PATCH] fix link to dwheeler's website --- SC2035.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2035.md b/SC2035.md index 78c72b4..a0d2f88 100644 --- a/SC2035.md +++ b/SC2035.md @@ -25,4 +25,4 @@ Note that changing `*` to `./*` in GNU Tar parameters will add `./` prefix to pa `echo` and `printf` does not have issues unless the glob is the first word in the command. ShellCheck 0.7.2+ does not warn for these commands. -For more information, see "[Filenames and Pathnames in Shell: How to do it Correctly](http://www.dwheeler.com/essays/filenames-in-shell.html)". +For more information, see "[Filenames and Pathnames in Shell: How to do it Correctly](https://dwheeler.com/essays/filenames-in-shell.html)".