about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/basics.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/basics.md b/doc/basics.md
index ff2e0417435..57a90a924ec 100644
--- a/doc/basics.md
+++ b/doc/basics.md
@@ -96,6 +96,7 @@ cargo dev setup git-hook
 # (experimental) Setup Clippy to work with IntelliJ-Rust
 cargo dev setup intellij
 ```
+More about intellij command usage and reasons [here](../CONTRIBUTING.md#intellij-rust)
 
 ## lintcheck
 `cargo lintcheck` will build and run clippy on a fixed set of crates and generate a log of the results.