From c0a2b49bacfed394f4668cdf4ec3c97ee72db374 Mon Sep 17 00:00:00 2001 From: FishAlchemist <48265002+FishAlchemist@users.noreply.github.com> Date: Sat, 20 Jul 2024 04:24:12 +0800 Subject: [PATCH] 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. --- docs/editors/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/editors/setup.md b/docs/editors/setup.md index 9cf6475bd75e6..47a6e00bc4349 100644 --- a/docs/editors/setup.md +++ b/docs/editors/setup.md @@ -28,9 +28,9 @@ For more documentation on the Ruff extension, refer to the ## Neovim -The [`nvim-lspconfig`](https://github/neovim/nvim-lspconfig) plugin can be used to configure the +The [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig) plugin can be used to configure the Ruff Language Server in Neovim. To set it up, install -[`nvim-lspconfig`](https://github/neovim/nvim-lspconfig) plugin, set it up as per the +[`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig) plugin, set it up as per the [configuration](https://github.com/neovim/nvim-lspconfig#configuration) documentation, and add the following to your `init.lua`: