]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/unstable-book/src/compiler-flags/control-flow-guard.md
New upstream version 1.68.2+dfsg1
[rustc.git] / src / doc / unstable-book / src / compiler-flags / control-flow-guard.md
index 08c16d95f4670bce556395f3d8e53b5cbb4dc4ab..dbb741422a87508534ddbb9507a4baba26326c15 100644 (file)
@@ -39,7 +39,7 @@ It is strongly recommended to also enable CFG checks for all linked libraries, i
 
 To enable CFG in the standard library, use the [cargo `-Z build-std` functionality][build-std] to recompile the standard library with the same configuration options as the main program.
 
-[build-std]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-std
+[build-std]: ../../cargo/reference/unstable.html#build-std
 
 For example:
 ```cmd