diff --git a/src/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.md b/src/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.md index 076a271e..65381e36 100644 --- a/src/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.md +++ b/src/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.md @@ -13,7 +13,7 @@ libc`](https://www.musl-libc.org/) can be used on Linux. To add support for MUSL, you need to choose the correct target. [The forge has a full list of -targets](https://forge.rust-lang.org/platform-support.html) supported, +targets](https://forge.rust-lang.org/release/platform-support.html) supported, with a number of ones using `musl`. If you're not sure what you want, it's probably `x86_64-unknown-linux-musl`, @@ -42,4 +42,4 @@ To use this new target, pass the `--target` flag to Cargo: $ cargo build --target x86_64-unknown-linux-musl ``` -The binary produced will now be built with MUSL! \ No newline at end of file +The binary produced will now be built with MUSL!