From e84edbbf71ccae04fa15c8d42b1bbdb09998bc0a Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 23 Jul 2023 08:29:08 +0300 Subject: [PATCH] Fix broken internal link https://github.com/swcarpentry/shell-novice/issues/1413 --- learners/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learners/reference.md b/learners/reference.md index 6183c635b..484ecaa6b 100644 --- a/learners/reference.md +++ b/learners/reference.md @@ -179,7 +179,7 @@ See also: [absolute path](#absolute-path). Its name is "/" on Unix (including Linux and macOS) and "\\" on Microsoft Windows. [shell]{#shell} -: A [command-line interface](#cli) such as Bash (the Bourne-Again Shell) +: A [command-line interface](#command-line-interface) such as Bash (the Bourne-Again Shell) or the Microsoft Windows DOS shell that allows a user to interact with the [operating system](#operating-system).