]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/unstable-book/src/compiler-flags/branch-protection.md
Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa
[rust.git] / src / doc / unstable-book / src / compiler-flags / branch-protection.md
index 851dbead44b406428ffe2c5afb26f01c851957a2..ca5664835f26fbf55a8b5b352c67da799f82806a 100644 (file)
@@ -15,4 +15,4 @@ For example, `-Z branch-protection=bti,pac-ret,leaf` is valid, but
 
 Rust's standard library does not ship with BTI or pointer authentication enabled by default.
 In Cargo projects the standard library can be recompiled with pointer authentication using the nightly
-[build-std](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std) feature.
+[build-std](../../cargo/reference/unstable.html#build-std) feature.