diff --git a/SC2125.md b/SC2125.md index b861374..15788cd 100644 --- a/SC2125.md +++ b/SC2125.md @@ -22,7 +22,7 @@ foo=(/some/path/*) echo "${foo[@]}" ``` -Note that either of these will trigger SC3030 ("In POSIX sh, array references are undefined") if you are using `sh` and not e.g. `bash`. +Note that either of these will trigger [[SC3030]] ("In POSIX sh, array references are undefined") if you are using `sh` and not e.g. `bash`. ### Rationale: