Fix the Github link error for Neovim in the setup for editors in the … · astral-sh/ruff@c0a2b49 (original) (raw)

Original file line number Diff line number Diff line change
@@ -28,9 +28,9 @@ For more documentation on the Ruff extension, refer to the
28 28
29 29 ## Neovim
30 30
31 -The [`nvim-lspconfig`](https://github/neovim/nvim-lspconfig) plugin can be used to configure the
31 +The [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig) plugin can be used to configure the
32 32 Ruff Language Server in Neovim. To set it up, install
33 -[`nvim-lspconfig`](https://github/neovim/nvim-lspconfig) plugin, set it up as per the
33 +[`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig) plugin, set it up as per the
34 34 [configuration](https://github.com/neovim/nvim-lspconfig#configuration) documentation, and add the
35 35 following to your `init.lua`:
36 36