Skip to content

Commit 30245ea

Browse files
bors[bot]matklad
andauthored
Merge #5408
5408: More prominent link to the manual r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 468982e + 3b51a68 commit 30245ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/user/manual.adoc

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ This manual focuses on a specific usage of the library -- running it as part of
1313
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
1414
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.
1515

16-
To improve this document, send a pull request against
17-
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[this file].
16+
[TIP]
17+
====
18+
[.lead]
19+
To improve this document, send a pull request: +
20+
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rust-analyzer/.../manual.adoc]
21+
====
1822

1923
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.
2024

0 commit comments

Comments
 (0)