From 25f429dcebb8af85d9e9f2962a70f9ec7f12d367 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 18 Feb 2022 23:12:55 +0000 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 806ee7a..f9f36cc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ TODO ## Inspiration -The book [Learning Rust With Too Many Linked Lists]() inspired me to try and +The book [Learn Rust With Entirely Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/) inspired me to try and implement a Binary Search Trees within the language. I had also been wanting to create my first library for other crates to use. \ No newline at end of file