summaryrefslogtreecommitdiff
path: root/docs/markdown/Rust.md
diff options
context:
space:
mode:
authorM Henning <drawoc@darkrefraction.com>2025-04-30 13:58:34 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2025-05-01 12:36:45 +0300
commitacb32b2efdd0aae677c5b2622c0175011f65fc6c (patch)
tree6e5f7ec05910b1a79da01ea76234b8924dbfaeb2 /docs/markdown/Rust.md
parent8e564f16aea388834b69e784a82b248bae825c66 (diff)
downloadmeson-acb32b2efdd0aae677c5b2622c0175011f65fc6c.tar.gz
docs: Update link to rust-analyzer docs
Diffstat (limited to 'docs/markdown/Rust.md')
-rw-r--r--docs/markdown/Rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Rust.md b/docs/markdown/Rust.md
index d30fe6837..08580cdb6 100644
--- a/docs/markdown/Rust.md
+++ b/docs/markdown/Rust.md
@@ -83,7 +83,7 @@ Meson will generate a `rust-project.json` file in the root of the build
directory if there are any rust targets in the project. Most IDEs will need to
be configured to use the file as it's not in the source root (Meson does not
write files into the source directory). [See the upstream
-docs](https://rust-analyzer.github.io/manual.html#non-cargo-based-projects) for
+docs](https://rust-analyzer.github.io/book/non_cargo_based_projects.html) for
more information on how to configure that.
## Linking with standard libraries