Skip to content

Commit

Permalink
More prominent link to the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jul 16, 2020
1 parent 8a88023 commit 3b51a68
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/user/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3b51a68

Please sign in to comment.