From b67d149c5ac5bcca3396d52d18e0bffe2221aff5 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:53:26 +0100 Subject: [PATCH] Format resource links as list, not sequential text --- SC1001.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SC1001.md b/SC1001.md index 6853d22..a0b12c7 100644 --- a/SC1001.md +++ b/SC1001.md @@ -32,6 +32,6 @@ None. ShellCheck (as of [2017-07-03](https://github.com/koalaman/shellcheck/comm ### Related resources: -https://www.gnu.org/software/bash/manual/html_node/Aliases.html -https://www.gnu.org/software/bash/manual/html_node/Quoting.html -https://tiswww.case.edu/php/chet/bash/bash.html +* https://www.gnu.org/software/bash/manual/html_node/Aliases.html +* https://www.gnu.org/software/bash/manual/html_node/Quoting.html +* https://tiswww.case.edu/php/chet/bash/bash.html