about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-04-12 05:30:29 +0200
committerGitHub <noreply@github.com>2025-04-12 05:30:29 +0200
commit46df4576c5b36ab1c19936d6d401d2d054d43013 (patch)
treeb942cc880277a5b88b15d62c8cfac89ef1cfffd2
parente6eb98f8a3564c147e031665ea6af1facabf41f6 (diff)
parentc5e23697c094b713b862f08e4bb074c88baa2750 (diff)
downloadrust-46df4576c5b36ab1c19936d6d401d2d054d43013.tar.gz
rust-46df4576c5b36ab1c19936d6d401d2d054d43013.zip
Merge pull request #2325 from freyacodes/crater-link-fix
Update "crater" link to actually point to crater.md
-rw-r--r--src/doc/rustc-dev-guide/src/walkthrough.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/walkthrough.md b/src/doc/rustc-dev-guide/src/walkthrough.md
index 6e07ceb7d73..48b3f8bb15d 100644
--- a/src/doc/rustc-dev-guide/src/walkthrough.md
+++ b/src/doc/rustc-dev-guide/src/walkthrough.md
@@ -221,7 +221,7 @@ There are a couple of things that may happen for some PRs during the review proc
   some merge conflicts with other PRs that happen to get merged first. You
   should fix these merge conflicts using the normal git procedures.
 
-[crater]: ./tests/intro.html#crater
+[crater]: ./tests/crater.html
 
 If you are not doing a new feature or something like that (e.g. if you are
 fixing a bug), then that's it! Thanks for your contribution :)