From 7350525ffbdab3ab1faf6ff5d37c8c9f367f3c65 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Fri, 1 Jul 2022 18:31:57 +0000 Subject: [PATCH] Fix link --- util/etc/vscode-tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "", },