docs(integrations): fix link to `python-lsp-server` (#11980)

Co-authored-by: Rune Lausen <rune@lausennet.dk>
This commit is contained in:
Rune Lausen 2024-06-22 14:17:50 +02:00 committed by GitHub
parent 81160320de
commit 79d72e6479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ To use `ruff-lsp` with other editors, including Sublime Text and Helix, see the
## Language Server Protocol (Unofficial)
Ruff is also available as the [`python-lsp-ruff`](https://github.com/python-lsp/python-lsp-ruff)
plugin for [`python-lsp-server`](https://github.com/python-lsp/python-lsp-ruff), both of which are
plugin for [`python-lsp-server`](https://github.com/python-lsp/python-lsp-server), both of which are
installable from PyPI:
```shell