From 1e427407b8eb7e75f89ed516de1d33a93ce56c08 Mon Sep 17 00:00:00 2001 From: tianci li <86754294+jimcat8@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:51:52 +0800 Subject: [PATCH] Update docs/books/bash_programming/01-Shell-overview.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Serge Croisé --- docs/books/bash_programming/01-Shell-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/bash_programming/01-Shell-overview.md b/docs/books/bash_programming/01-Shell-overview.md index 026871a302..d32be43d88 100644 --- a/docs/books/bash_programming/01-Shell-overview.md +++ b/docs/books/bash_programming/01-Shell-overview.md @@ -40,7 +40,7 @@ Shell classification: * zsh (Z-shell) - For more detailed information, please [read here](https://zsh.sourceforge.io/). * C Shell - This family includes but is not limited to: * csh - * tcsh - For more detailed information, please [read here](https://www.tcsh.org/) + * tcsh - For more detailed information, please [visit this website](https://www.tcsh.org/) * Power Shell ## Fence Code Block style description