Unnamed repository; edit this file 'description' to name the repository.
Fix dead link to Cargo.toml in documentation
../../Cargo.toml resolves to https://rust-analyzer.github.io/Cargo.toml, which is an invalid link
donni-h 8 months ago
parent 7af2dd9 · commit 53b27f2
-rw-r--r--docs/book/src/contributing/style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/contributing/style.md b/docs/book/src/contributing/style.md
index 746f3eb132..fe09fb6c2f 100644
--- a/docs/book/src/contributing/style.md
+++ b/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