diff --git a/SC2003.md b/SC2003.md index 49cf582..04788a1 100644 --- a/SC2003.md +++ b/SC2003.md @@ -16,7 +16,7 @@ l=${#var} ### Rationale: -[To quote POSIX:](http://pubs.opengroup.org/onlinepubs/009695399/utilities/expr.html) +[To quote POSIX:](https://pubs.opengroup.org/onlinepubs/009695399/utilities/expr.html#tag_04_50_17) > The expr utility has a rather difficult syntax [...] In many cases, the arithmetic and string features provided as part of the shell command language are easier to use than their equivalents in expr. Newly written scripts should avoid expr in favor of the new features within the shell.