mirror of
https://github.com/actions-rs/toolchain.git
synced 2024-11-13 04:56:32 +02:00
Fix dead link to Rust toolchain specification
This commit is contained in:
parent
3639e8fd46
commit
83a0369c8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue