about summary refs log tree commit diff
diff options
context:
space:
mode:
authordonni-h <56559005+donni-h@users.noreply.github.com>2025-08-13 13:03:52 +0200
committerGitHub <noreply@github.com>2025-08-13 13:03:52 +0200
commit1d57d7800db05934a466457c443975d71c4d1e29 (patch)
tree81d37cb8bd719b83ac45004c81b62d6d721fd31c
parentb7e4b28c3be2ac96db9dcb6594aecb84355ecd44 (diff)
downloadrust-1d57d7800db05934a466457c443975d71c4d1e29.tar.gz
rust-1d57d7800db05934a466457c443975d71c4d1e29.zip
Fix dead link to Cargo.toml in documentation
../../Cargo.toml resolves to https://rust-analyzer.github.io/Cargo.toml, which is an invalid link
-rw-r--r--src/tools/rust-analyzer/docs/book/src/contributing/style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/contributing/style.md b/src/tools/rust-analyzer/docs/book/src/contributing/style.md
index 746f3eb1321..fe09fb6c2fd 100644
--- a/src/tools/rust-analyzer/docs/book/src/contributing/style.md
+++ b/src/tools/rust-analyzer/docs/book/src/contributing/style.md
@@ -101,7 +101,7 @@ Including a description and GIF suitable for the changelog means less work for t
 
 ## Clippy
 
-We use Clippy to improve the code, but if some lints annoy you, allow them in the [Cargo.toml](../../Cargo.toml) [workspace.lints.clippy] section.
+We use Clippy to improve the code, but if some lints annoy you, allow them in the [Cargo.toml](https://github.com/rust-lang/rust-analyzer/blob/master/Cargo.toml) [workspace.lints.clippy] section.
 
 # Code