diff options
| -rw-r--r-- | book/src/development/basics.md | 2 |
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` |
