From 83a0369c8d0c031639b48fc9c3a3d22fad17ed2a Mon Sep 17 00:00:00 2001 From: MindSwipe Date: Mon, 5 Oct 2020 18:24:27 +0200 Subject: [PATCH] Fix dead link to Rust toolchain specification --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 895000f..baf2dfe 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: | Rust toolchain name. - See https://github.com/rust-lang/rustup.rs#toolchain-specification + See https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification If this is not given, the action will try and install the version specified in the `rust-toolchain` file. required: false