about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorJoren-vanGoethem <55790052+Joren-vanGoethem@users.noreply.github.com>2025-01-28 07:43:16 +0100
committerGitHub <noreply@github.com>2025-01-28 07:43:16 +0100
commitd63796f69a977f1ab914004c70169a80ef0d8520 (patch)
treedad67b54fa426d64337eb9f378c770469ed542c8 /src/doc
parent3d4b24ac0e2f67e6156f8a7660a6adbc9c7aee8b (diff)
downloadrust-d63796f69a977f1ab914004c70169a80ef0d8520.tar.gz
rust-d63796f69a977f1ab914004c70169a80ef0d8520.zip
Update about-this-guide.md
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-dev-guide/src/about-this-guide.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md
index 793bfa9e66e..781a5c51bf7 100644
--- a/src/doc/rustc-dev-guide/src/about-this-guide.md
+++ b/src/doc/rustc-dev-guide/src/about-this-guide.md
@@ -72,7 +72,6 @@ You might also find the following sites useful:
 - The [Rust reference][rr], even though it doesn't specifically talk about
   Rust's internals, is a great resource nonetheless
 - Although out of date, [Tom Lee's great blog article][tlgba] is very helpful
-- [rustaceans.org][ro] is helpful, but mostly dedicated to IRC
 - The [Rust Compiler Testing Docs][rctd]
 - For [@bors], [this cheat sheet][cheatsheet] is helpful
 - Google is always helpful when programming.