From 9ba8e3f5300d124445b20ff69101221756699d6b Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 11 Nov 2021 14:04:26 +0100 Subject: [PATCH] README: fix neovim link (#851) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b198809b..24baed057 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It can be hosted using the Language Server Protocol. Currently it is used by: * [Emacs](https://github.com/fsharp/emacs-fsharp-mode) -* [Neovim](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md#fsautocomplete) +* [Neovim](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#fsautocomplete) * [Vim](https://github.com/fsharp/vim-fsharp) * [Visual Studio Code](https://github.com/ionide/ionide-vscode-fsharp) * [Sublime Text](https://lsp.sublimetext.io/language_servers/#f)