Skip to content

Commit

Permalink
[Doc] Fix an incorrect link in the LSP doc
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jul 13, 2023
1 parent 02c32b4 commit 6fc9a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/usage/lsp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ https://microsoft.github.io/language-server-protocol/[The Language Server Protoc
This feature enables extremely fast interactions through the LSP.

Offense detection and autocorrection are performed in real-time by editors and IDEs using the language server.
The xref:usage/lsp.adoc[Server Mode] is primarily used to speed up RuboCop runs in the terminal.
The xref:usage/server.adoc[Server Mode] is primarily used to speed up RuboCop runs in the terminal.
Therefore, if you want real-time feedback from RuboCop in your editor or IDE,
opting to use this language server instead of the server mode will not only provide a fast and efficient solution,
but also offer a straightforward setup for integration.
Expand Down

0 comments on commit 6fc9a21

Please sign in to comment.