about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlapla-cogito <me@lapla.dev>2025-01-26 15:43:48 +0900
committerlapla-cogito <me@lapla.dev>2025-01-26 15:59:44 +0900
commit40c2c641c2ddf4eaf1e9e8c0991d4f8644c267ec (patch)
tree47878d889b5869293da59d57da3c4b3073db6587
parent913592373d40ec6c67774fcf32143bc548b4b6ac (diff)
downloadrust-40c2c641c2ddf4eaf1e9e8c0991d4f8644c267ec.tar.gz
rust-40c2c641c2ddf4eaf1e9e8c0991d4f8644c267ec.zip
fix broken link of UI test in the book
-rw-r--r--book/src/development/basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/development/basics.md b/book/src/development/basics.md
index 166b6aab9fb..931e5c3a294 100644
--- a/book/src/development/basics.md
+++ b/book/src/development/basics.md
@@ -75,7 +75,7 @@ or if you modify a test file to add a test case.
 > _Note:_ This command may update more files than you intended. In that case
 > only commit the files you wanted to update.
 
-[UI test]: https://rustc-dev-guide.rust-lang.org/tests/adding.html#guide-to-the-ui-tests
+[UI test]: https://rustc-dev-guide.rust-lang.org/tests/adding.html#ui-test-walkthrough
 
 ## `cargo dev`