From 485780871d6f8f8728ce71104d6cb0e7d37475d0 Mon Sep 17 00:00:00 2001 From: jgradio64 <47864214+jgradio64@users.noreply.github.com> Date: Sun, 26 Jul 2020 22:16:45 -0400 Subject: [PATCH] Update broken link with archive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf389b..871cd0c 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ #### Build your own `Command-Line Tool` -* [**C**: _Rewriting the cat command from scratch_](https://learnto.computer/screencasts/bsd-cat) [video] +* [**C**: _Rewriting the cat command from scratch_](http://web.archive.org/web/20200414231251/https://learnto.computer/screencasts/bsd-cat) [video] * [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/) * [**Go**: _Build a command line app with Go: lolcat_](https://flaviocopes.com/go-tutorial-lolcat/) * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/)