From c0ea19b81702e30df92a569b1953830583cd6437 Mon Sep 17 00:00:00 2001 From: Polyagonal <198247789+polyagonal1@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:55:38 +0000 Subject: [PATCH] Update nomicon link to point to official documentation Updated the Rustonomicon link to point to the official Rustonomicon, as there is not (or no longer) a 'nomicon' in this repository. --- src/ch16-04-extensible-concurrency-sync-and-send.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch16-04-extensible-concurrency-sync-and-send.md b/src/ch16-04-extensible-concurrency-sync-and-send.md index 04410c06d8..3600e844f9 100644 --- a/src/ch16-04-extensible-concurrency-sync-and-send.md +++ b/src/ch16-04-extensible-concurrency-sync-and-send.md @@ -97,5 +97,5 @@ go forth and make your programs concurrent, fearlessly! {{#quiz ../quizzes/ch16-04-extensible-concurrency-send-and-sync.toml}} [sharing-a-mutext-between-multiple-threads]: ch16-03-shared-state.html#sharing-a-mutext-between-multiple-threads -[nomicon]: ../nomicon/index.html +[nomicon]: https://doc.rust-lang.org/nomicon/ [mutex-guards-are-not-send]: https://github.com/rust-lang/rust/issues/23465#issuecomment-82730326