From 79d72e647986ae3b7392767b36436eb8e9794111 Mon Sep 17 00:00:00 2001 From: Rune Lausen Date: Sat, 22 Jun 2024 14:17:50 +0200 Subject: [PATCH] docs(integrations): fix link to `python-lsp-server` (#11980) Co-authored-by: Rune Lausen --- docs/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations.md b/docs/integrations.md index 762ea473fa..10f97dfc2b 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -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