From 7d66285eba8fc6de4a64d6e626a85815c1f74c39 Mon Sep 17 00:00:00 2001 From: Ajay Prem Shankar Date: Fri, 29 Dec 2023 09:38:32 +0530 Subject: [PATCH] Fixed broken link for 'Command line tool in Rust' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 076d266..b34a0f1 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ It's a great way to learn. * [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html) * [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool) * [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html) -* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.github.io/2017/08/29/writing-cli-app-rust.html) +* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html) #### Build your own `Database`