From 4b1c8dfaf9b4788d6bf01c26f93fb11b141a40d8 Mon Sep 17 00:00:00 2001 From: Eaglesight02 Date: Wed, 10 Apr 2024 10:26:03 +0530 Subject: [PATCH] Fixed broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc1a7137..4425a0e0 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Bash Reference Manual](https://www.gnu.org/software/bash/manual/bashref.html) : Bash Reference Manual - [BashGuide](http://mywiki.wooledge.org/BashGuide) : BashGuide - Greg's Wiki - [Conquering the Command Line](https://www.softcover.io/read/fc6c09de/unix_commands) : Unix and Linux Commands for Developers -- [Airborn OS](https://www.airbornos.com) : Private Google Docs Alternative +- [Airborn OS](https://www.airborn.io) : Private Google Docs Alternative - [Commandlinefu](https://www.commandlinefu.com/commands/browse) : An extensive collection of Shell oneliners that can save your day on many occasions - [Pure Bash Bible](https://github.com/dylanaraps/pure-bash-bible) : A collection of pure bash alternatives to external processes.