From 25ebc454c11525d221238646c010abf5a76fc378 Mon Sep 17 00:00:00 2001 From: morning-verlu <258725120+morning-verlu@users.noreply.github.com> Date: Sun, 31 May 2026 22:49:54 +0800 Subject: [PATCH] Fix Rust linked lists resource link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7e..02c4fba85 100644 --- a/README.md +++ b/README.md @@ -632,7 +632,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Write an OS in pure Rust](https://os.phil-opp.com/) - [Build a browser engine in Rust](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html) - [Write a Microservice in Rust](http://www.goldsborough.me/rust/web/tutorial/2018/01/20/17-01-11-writing_a_microservice_in_rust/) -- [Learning Rust with Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/README.html) +- [Learning Rust with Too Many Linked Lists](https://rust-unofficial.github.io/too-many-lists/) - Rust in Detail: Writing Scalable Chat Service from Scratch - [Part 1: Implementing WebSocket. Introduction.](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) - [Part 2: Sending and Receiving Messages](https://nbaksalyar.github.io/2015/11/09/rust-in-detail-2.html)