golsp wiki: fix links

Rebecca Stambler
2018-12-20 17:45:47 -05:00
parent afb676fa29
commit 905a059250

@@ -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!