From 28f265f66f5a7b5f24d94d011795f98a22cda184 Mon Sep 17 00:00:00 2001 From: Blake Leverington Date: Tue, 22 Jun 2021 15:05:07 +0200 Subject: [PATCH] Update 'computing' --- computing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computing.md b/computing.md index 6fb0691..0a679ad 100644 --- a/computing.md +++ b/computing.md @@ -4,7 +4,7 @@ ### Linux Tutorial You can find an introduction to UNIX/Linux systems here: https://www.tutorialspoint.com/unix/index.htm -And the most useful commands on the [Basic Linux Commands Wiki Page](/computing/linuxbasics). +And the most useful commands on the [Basic Linux Commands Wiki Page](/computing_linuxbasics). ### How to write shell scripts ***[Shell Scripts](/wiki/computing_shell_scripts)***: These are useful for automation of simple commands from the command line.