diff --git a/gopls/doc/vim.md b/gopls/doc/vim.md index a6b40a46b3..51f19ddc50 100644 --- a/gopls/doc/vim.md +++ b/gopls/doc/vim.md @@ -225,5 +225,5 @@ autocmd FileType go setlocal omnifunc=v:lua.vim.lsp.omnifunc [govim-install]: https://github.com/myitcv/govim/blob/master/README.md#govim---go-development-plugin-for-vim8 [nvim-docs]: https://neovim.io/doc/user/lsp.html [nvim-install]: https://github.com/neovim/neovim/wiki/Installing-Neovim -[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#gopls +[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#gopls [nvim-lspconfig-imports]: https://github.com/neovim/nvim-lspconfig/issues/115