about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-16 13:04:18 +0000
committerGitHub <noreply@github.com>2020-07-16 13:04:18 +0000
commit30245eabb438cc0f1bcb4f05000de8b771da752c (patch)
tree71761e9a51e8adb3a2900a5e0d40aed2e3068f6d /docs
parent468982e45a035c271c40bea9b17c2c202a7efc75 (diff)
parent3b51a682365ce7c775c0a80d7253ec894aeabaab (diff)
downloadrust-30245eabb438cc0f1bcb4f05000de8b771da752c.tar.gz
rust-30245eabb438cc0f1bcb4f05000de8b771da752c.zip
Merge #5408
5408: More prominent link to the manual r=matklad a=matklad



bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user/manual.adoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 7816287e400..7fab7237bc5 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -13,8 +13,12 @@ This manual focuses on a specific usage of the library -- running it as part of
 https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
 The LSP allows various code editors, like VS Code, Emacs or Vim, to implement semantic features like completion or goto definition by talking to an external language server process.
 
-To improve this document, send a pull request against
-https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[this file].
+[TIP]
+====
+[.lead]
+To improve this document, send a pull request: +
+https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rust-analyzer/.../manual.adoc]
+====
 
 If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org/c/ide/14["`IDEs and Editors`"] topic of Rust users forum.