From 2bb53a5be04edbd60342e1976feefd4963a82229 Mon Sep 17 00:00:00 2001 From: Ilya Danilkin Date: Mon, 4 Nov 2019 23:01:50 +0300 Subject: [PATCH] Update gopls wiki links (#2852) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5314096e8..bc15a7d25 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,8 @@ If you find any problems using the `gopls` language server, please first check t #### Helpful links for gopls -- [Wiki for gopls](https://github.com/golang/go/wiki/gopls) +- [Wiki for gopls](https://github.com/golang/tools/blob/master/gopls/doc/user.md) +- [Recommended settings for VSCode when using gopls](https://github.com/golang/tools/blob/master/gopls/doc/vscode.md) - [Troubleshooting for gopls](https://github.com/golang/go/wiki/gopls#troubleshooting) - [Known bugs with gopls](https://github.com/golang/go/wiki/gopls#known-issues) - [Github issues for gopls](https://github.com/golang/go/issues?q=is%3Aissue+is%3Aopen+label%3Agopls)