diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-31 12:22:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-31 12:22:40 +0100 |
commit | d7071eae2cb78547b8345d4c6ba2731a5151c049 (patch) | |
tree | c226b7548d749bb8ac9089a47d860e975e7fef47 /docs/user | |
parent | 09df51dab89340bcf4b8ede95c02c32b0c8eb2bc (diff) | |
parent | 5a2f4548e59981871fe4db2b9ee591b9bf39a46e (diff) |
Merge #4668
4668: Rename user/readme.adoc -> user/manual.adoc r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/manual.adoc (renamed from docs/user/readme.adoc) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/manual.adoc index 12def7327..f40139804 100644 --- a/docs/user/readme.adoc +++ b/docs/user/manual.adoc | |||
@@ -19,7 +19,7 @@ https://microsoft.github.io/language-server-protocol/[Language Server Protocol] | |||
19 | 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. | 19 | 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. |
20 | 20 | ||
21 | To improve this document, send a pull request against | 21 | To improve this document, send a pull request against |
22 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file]. | 22 | https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[this file]. |
23 | 23 | ||
24 | 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. | 24 | 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. |
25 | 25 | ||