From 68e026b541f46518ae66eb1dd68fd89289a2034b Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 1 Dec 2024 15:22:46 -0500 Subject: [PATCH] Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ee1684..5f05db37 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ varieties: To learn more about Salsa, try one of the following: -- read the [heavily commented `hello_world` example](https://github.com/salsa-rs/salsa/blob/master/examples/hello_world/main.rs); +- read the [heavily commented examples](https://github.com/salsa-rs/salsa/tree/master/examples); - check out the [Salsa book](https://salsa-rs.github.io/salsa); - [中文版](https://rust-chinese-translation.github.io/salsa-book) - watch one of our [videos](https://salsa-rs.github.io/salsa/videos.html).