about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDmitry Borodin <git@DmitryBorodin.com>2021-10-19 20:33:39 +0200
committerDmitry Borodin <git@DmitryBorodin.com>2021-10-19 20:33:39 +0200
commit7246731ad87b78b02a7074154e41a7ef1ea84296 (patch)
tree9d94f8dec1dc8ada035e001a9493fda5d15f511e
parentbdc16242594e2ad9dea5ad8591417765b6bcc41c (diff)
downloadrust-7246731ad87b78b02a7074154e41a7ef1ea84296.tar.gz
rust-7246731ad87b78b02a7074154e41a7ef1ea84296.zip
made description of intellij a link by moving outside of code block.
-rw-r--r--doc/basics.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/basics.md b/doc/basics.md
index 6da90ebf5f5..57a90a924ec 100644
--- a/doc/basics.md
+++ b/doc/basics.md
@@ -93,9 +93,10 @@ cargo dev update_lints
 cargo dev new_lint
 # automatically formatting all code before each commit
 cargo dev setup git-hook
-# (experimental) Setup Clippy to work with IntelliJ-Rust. Details here: https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md#intellij-rust
+# (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.