From 047398c0da6de2e8bb5211f03980d41e5c464b3c Mon Sep 17 00:00:00 2001 From: iain maitland Date: Tue, 6 Feb 2024 17:13:04 -0500 Subject: [PATCH] Update learning_rust.md --- md/learning_rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/learning_rust.md b/md/learning_rust.md index d356c2b..4992f20 100644 --- a/md/learning_rust.md +++ b/md/learning_rust.md @@ -21,7 +21,7 @@ As I learn Rust I've been collecting exercises, my thoughts and notes on them he - Multi-threaded server implementation - Parser Combinator - KV store implementation -- Rust Linked Lists +- [Linked Lists](/linked_list) - Build your own Lisp (in Rust) - [Data Structures](/data_structures) - [Web Assembly](/wasm)