From c555e0b2dcbf1f63dcbb12949174724cf0c18c1e Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Wed, 19 Feb 2025 12:55:51 +0100 Subject: [PATCH] Add link to SC3030 --- SC2125.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: