From 905a0592507709e2a17f146f8ac68bcc57352ca2 Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Thu, 20 Dec 2018 17:45:47 -0500 Subject: [PATCH] golsp wiki: fix links --- GoLSP:-Go-Language-Smartness-Provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoLSP:-Go-Language-Smartness-Provider.md b/GoLSP:-Go-Language-Smartness-Provider.md index 91891ae8..7befaedc 100644 --- a/GoLSP:-Go-Language-Smartness-Provider.md +++ b/GoLSP:-Go-Language-Smartness-Provider.md @@ -1,4 +1,4 @@ -GoLSP is currently under active development by the Go team. The code is in the x/tools repository, in [golang.org/x/tools/internal/lsp](golang.org/x/tools/internal/lsp) and [golang.org/x/tools/cmd/golsp](golang.org/x/tools/cmd/golsp). +GoLSP is currently under active development by the Go team. The code is in the x/tools repository, in [golang.org/x/tools/internal/lsp](https://golang.org/x/tools/internal/lsp) and [golang.org/x/tools/cmd/golsp](https://golang.org/x/tools/cmd/golsp). Contributions are welcome, but since development is so active, we request that you file an issue and claim it before starting to work on something. Otherwise, it is likely that we might already be working on a fix for your issue. There are some LSP issues already open on the [Go issue tracker](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+x%2Ftools%2Finternal%2Flsp). Any issue without an assignee and with the label "Suggested" is fair game - just please assign yourself or comment on the issue before you begin working!