Skip to content

Commit c0a2b49

Browse files
Fix the Github link error for Neovim in the setup for editors in the docs. (#12410)
## Summary Fix Github link error for Neovim setup editors . ## Test Plan Click Neovim Github link with mkdocs on local.
1 parent ca22248 commit c0a2b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/editors/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ For more documentation on the Ruff extension, refer to the
2828

2929
## Neovim
3030

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
3232
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
3434
[configuration](https://github.com/neovim/nvim-lspconfig#configuration) documentation, and add the
3535
following to your `init.lua`:
3636

0 commit comments

Comments
 (0)