about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-05-19 22:36:58 +0800
committerGitHub <noreply@github.com>2025-05-19 22:36:58 +0800
commitbcf2b59833abf7fcd16bf0feff752e8cb778cfd9 (patch)
treefa7fa198dde81a50e2c441141b91ccd7d8137867 /src
parentf42a6e301285d0fa6e0d4451569582b4608c8563 (diff)
parent4f45f0442ba616bc15111df3f50bec5e3078a334 (diff)
downloadrust-bcf2b59833abf7fcd16bf0feff752e8cb778cfd9.tar.gz
rust-bcf2b59833abf7fcd16bf0feff752e8cb778cfd9.zip
Merge pull request #2395 from smanilov/patch-10
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/src/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/cli.md b/src/doc/rustc-dev-guide/src/cli.md
index 408ae207004..4c77007ea44 100644
--- a/src/doc/rustc-dev-guide/src/cli.md
+++ b/src/doc/rustc-dev-guide/src/cli.md
@@ -28,6 +28,6 @@ adding a new command-line argument.
   unstable-options` flag.
 
 [cli-docs]: https://doc.rust-lang.org/rustc/command-line-arguments.html
-[forge guide for new options]: https://forge.rust-lang.org/compiler/new_option.html
+[forge guide for new options]: https://forge.rust-lang.org/compiler/proposals-and-stabilization.html#compiler-flags
 [unstable book]: https://doc.rust-lang.org/nightly/unstable-book/
 [`parse_bool`]: https://github.com/rust-lang/rust/blob/e5335592e78354e33d798d20c04bcd677c1df62d/src/librustc_session/options.rs#L307-L313