about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2018-12-22 10:16:52 +0100
committerPhilipp Hansch <dev@phansch.net>2018-12-22 10:16:52 +0100
commitcef8f57082a30bf3ead0f81ae81bd3a0b5969fab (patch)
tree280a42f23692d2a9fe3cf38b6a2209dc9765e839
parentff634e235013e4fcb07a4266b3fe96c0db469b63 (diff)
downloadrust-cef8f57082a30bf3ead0f81ae81bd3a0b5969fab.tar.gz
rust-cef8f57082a30bf3ead0f81ae81bd3a0b5969fab.zip
Remove header link
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5d5ed30e24..8ca10da416d 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,9 @@ Note: `deny` produces errors instead of warnings.
 
 If you do not want to include your lint levels in your code, you can globally enable/disable lints by passing extra flags to Clippy during the run: `cargo clippy -- -A clippy::lint_name` will run Clippy with `lint_name` disabled and `cargo clippy -- -W clippy::lint_name` will run it with that enabled. This also works with lint groups. For example you can run Clippy with warnings for all lints enabled: `cargo clippy -- -W clippy::pedantic`
 
-## [Contributing](https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md)
+## Contributing
+
+If you want to contribute to Clippy, you can find more information in [CONTRIBUTING.md](https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md).
 
 ## License