]> git.lizzy.rs Git - rust.git/commitdiff
More prominent link to the manual
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 16 Jul 2020 13:03:53 +0000 (15:03 +0200)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 16 Jul 2020 13:03:53 +0000 (15:03 +0200)
docs/user/manual.adoc

index 7816287e4009594868f3b01da57487897c641f1d..7fab7237bc57158d37c43152d5e16e9d2be57889 100644 (file)
@@ -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.