Updated Contributing to gopls (markdown)
diff --git a/Contributing-to-gopls.md b/Contributing-to-gopls.md
index eb09ccd..2de066b 100644
--- a/Contributing-to-gopls.md
+++ b/Contributing-to-gopls.md
@@ -6,4 +6,4 @@
 
 > 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.
 
-> Please see all available issues under the gopls label on the Go issue tracker. Any issue without an assignee and with the label "Suggested" is fair game - just assign yourself or comment on the issue before you begin working!
\ No newline at end of file
+> All `gopls` issues are labeled as such (see the [gopls label](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls)). Available issues are also tagged `help wanted` (see them [here](https://github.com/golang/go/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Agopls+label%3A%22help+wanted%22+)). Before you begin working on an issue, please leave a comment that you are claiming it. 
\ No newline at end of file