diff options
| author | lolbinarycat <binarycat@envs.net> | 2025-08-06 15:01:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-06 15:01:41 -0500 |
| commit | 162b908eb6f0988ecbd3b3b9f01d364c44722860 (patch) | |
| tree | effc51495b9434cacc7e1298c25a8919776b353d | |
| parent | ef3708bf63d2f8b37cb2a2c1a498531d04bd9761 (diff) | |
| download | rust-162b908eb6f0988ecbd3b3b9f01d364c44722860.tar.gz rust-162b908eb6f0988ecbd3b3b9f01d364c44722860.zip | |
Make link relative an link to md not html
| -rw-r--r-- | src/doc/rustc-dev-guide/src/overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/overview.md b/src/doc/rustc-dev-guide/src/overview.md index 02ba6761393..378d8c4453f 100644 --- a/src/doc/rustc-dev-guide/src/overview.md +++ b/src/doc/rustc-dev-guide/src/overview.md @@ -323,7 +323,7 @@ the name `'tcx`, which means that something is tied to the lifetime of the For more information about queries in the compiler, see [the queries chapter][queries]. -[queries]: https://rustc-dev-guide.rust-lang.org/query.html +[queries]: ./query.md ### `ty::Ty` |
