From a276bf435bf52673eed539241e2c8b24b3eb4f4a Mon Sep 17 00:00:00 2001 From: Patrick Kloepfer Date: Tue, 19 Nov 2019 23:23:01 -0500 Subject: [PATCH] Fix link. --- .Docs/Shell Developers Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Docs/Shell Developers Guide.md b/.Docs/Shell Developers Guide.md index 17ef0ab6..caf0ba8a 100644 --- a/.Docs/Shell Developers Guide.md +++ b/.Docs/Shell Developers Guide.md @@ -13,7 +13,7 @@ FOR FILE IN `LS -C CT*`; CAT ${FILE}; NEXT In this example, the system will generate a list of files found in the current directory which match the CT* wild card and perform the CAT operation on each. The semicolons act as line separators allowing you to type in multiple commands, or short scripts on a single line. -This Developers Guide will cover the basic operation of the interactive shell, the internal shell commands and creating complex scripts that can be run by the shell. For information on external commands consult the **[A2osX Command Guide](.Docs/Command%20Guide.md)**. +This Developers Guide will cover the basic operation of the interactive shell, the internal shell commands and creating complex scripts that can be run by the shell. For information on external commands consult the **[A2osX Command Guide](Command%20Guide.md)**. ## The A2osX Shell (SH)