Skip to content

Commit 8204c1d

Browse files
authored
Merge pull request #200 from ehuss/fix-forge-link
Fix forge link.
2 parents 37f9e68 + 47e54c5 commit 8204c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libc`](https://www.musl-libc.org/) can be used on Linux.
1313

1414
To add support for MUSL, you need to choose the correct target. [The forge
1515
has a full list of
16-
targets](https://forge.rust-lang.org/platform-support.html) supported,
16+
targets](https://forge.rust-lang.org/release/platform-support.html) supported,
1717
with a number of ones using `musl`.
1818

1919
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:
4242
$ cargo build --target x86_64-unknown-linux-musl
4343
```
4444

45-
The binary produced will now be built with MUSL!
45+
The binary produced will now be built with MUSL!

0 commit comments

Comments
 (0)