about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--util/etc/vscode-tasks.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/etc/vscode-tasks.json b/util/etc/vscode-tasks.json
index a4bb26b9f90..e0074510c9f 100644
--- a/util/etc/vscode-tasks.json
+++ b/util/etc/vscode-tasks.json
@@ -28,7 +28,7 @@
                     // This task will usually execute all UI tests inside `tests/ui` you can
                     // optionally uncomment the line below and only run a specific test.
                     //
-                    // See: https://github.com/rust-lang/rust-clippy/blob/master/doc/adding_lints.md#testing
+                    // See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
                     //
                     // "TESTNAME": "<TODO>",
                 },