about summary refs log tree commit diff
diff options
context:
space:
mode:
authoralexey semenyuk <alexsemenyuk88@gmail.com>2022-07-01 18:31:57 +0000
committerGitHub <noreply@github.com>2022-07-01 18:31:57 +0000
commit7350525ffbdab3ab1faf6ff5d37c8c9f367f3c65 (patch)
treedbf03a7a395c753be4e933965ee519d3bf99b977
parentf30b68d9d6e6a0cbdd3bba27e73210b1846d9af4 (diff)
downloadrust-7350525ffbdab3ab1faf6ff5d37c8c9f367f3c65.tar.gz
rust-7350525ffbdab3ab1faf6ff5d37c8c9f367f3c65.zip
Fix link
-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>",
                 },