[release] README.md: change links to be rendered correctly in vscode

When this is used for extension's Details page inside the vscode,
these links don't render properly. Maybe the markdown renderer used
for the extension info page has a bug. I observed the issue only in this
line where multiple such links are used.

Use the inlined form instead.

Change-Id: I003ac344cb3449453277335d953e640c8b1f13b4
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237077
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
(cherry picked from commit 9f328b7cbe80a1be66f37faf71f31678fa1d9d62)
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236965
diff --git a/README.md b/README.md
index ba4578d..ec5887b 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@
 
 <!--TODO(rstambler): Deprecate the golint setting.-->
 
-However, you are welcome to use more advanced options like [`staticcheck`], [`golangci-lint`], or [`revive`]. This can be configured via the [`"go.lintTool"`](commands.md#lintTool) setting, and the different options are explained more thoroughly in the [list of diagnostic tools](tools.md#diagnostics).
+However, you are welcome to use more advanced options like [`staticcheck`](https://pkg.go.dev/honnef.co/go/tools/staticcheck?tab=overview), [`golangci-lint`](https://golangci-lint.run/), or [`revive`](https://golangci-lint.run/). This can be configured via the [`"go.lintTool"`](docs/commands.md#lintTool) setting, and the different options are explained more thoroughly in the [list of diagnostic tools](docs/tools.md#diagnostics).
 
 ### [GOPATH](docs/gopath.md)
 
@@ -136,8 +136,5 @@
 [MIT](LICENSE)
 
 [`golint`]: https://pkg.go.dev/golang.org/x/lint/golint?tab=overview
-[`staticcheck`]: https://pkg.go.dev/honnef.co/go/tools/staticcheck?tab=overview
-[`golangci-lint`]: https://golangci-lint.run/
-[`revive`]: https://pkg.go.dev/github.com/mgechev/revive?tab=overview
 [Gophers Slack]: https://gophers.slack.com/
 [`gopls`]: https://golang.org/s/gopls