branch: externals/eglot
commit 4ae5a441a3ff63c40d0619e68539fd75358487d2
Author: Sebastian Boehm <[email protected]>
Commit: GitHub <[email protected]>

    Fix #568: update gopls URL in README.md
    
    * README.md (gopls): Update URL
    
    Copyright-paperwork-exempt: yes
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8007499..1859bc7 100644
--- a/README.md
+++ b/README.md
@@ -530,7 +530,7 @@ Under the hood:
 [haskell-language-server]: https://github.com/haskell/haskell-language-server
 [elm-language-server]: https://github.com/elm-tooling/elm-language-server
 [kotlin-language-server]: https://github.com/fwcd/KotlinLanguageServer
-[gopls]: https://github.com/golang/go/wiki/gopls
+[gopls]: https://github.com/golang/tools/tree/master/gopls
 [eclipse-jdt]: https://github.com/eclipse/eclipse.jdt.ls
 [ocaml-language-server]: https://github.com/freebroccolo/ocaml-language-server
 [r-languageserver]: https://cran.r-project.org/package=languageserver

Reply via email to