From 801b3f26a8d681439a36685194fc6558e9177bed Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 22 Dec 2021 18:39:35 +1100 Subject: [PATCH] Fix link formatting --- SC1014.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1014.md b/SC1014.md index 66fd386..88976da 100644 --- a/SC1014.md +++ b/SC1014.md @@ -45,4 +45,4 @@ None. ### Related resources: * [How do I use a file grep comparison inside a bash if/else statement?](https://stackoverflow.com/questions/2480584/how-do-i-use-a-file-grep-comparison-inside-a-bash-if-else-statement) -* Bash Pitfalls: [ if [grep foo myfile] ](https://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D) \ No newline at end of file +* [Bash Pitfalls: `if [grep foo myfile]`](https://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D)