Skip to content

Commit edfe53d

Browse files
committed
[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 <[email protected]> (cherry picked from commit 9f328b7) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236965
1 parent 959f8c3 commit edfe53d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ A commonly customized feature is the linter, which is a tool used to provide cod
9595

9696
<!--TODO(rstambler): Deprecate the golint setting.-->
9797

98-
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).
98+
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).
9999

100100
### [GOPATH](docs/gopath.md)
101101

@@ -136,8 +136,5 @@ This project follows the [Go Community Code of Conduct](https://golang.org/condu
136136
[MIT](LICENSE)
137137

138138
[`golint`]: https://pkg.go.dev/golang.org/x/lint/golint?tab=overview
139-
[`staticcheck`]: https://pkg.go.dev/honnef.co/go/tools/staticcheck?tab=overview
140-
[`golangci-lint`]: https://golangci-lint.run/
141-
[`revive`]: https://pkg.go.dev/github.com/mgechev/revive?tab=overview
142139
[Gophers Slack]: https://gophers.slack.com/
143140
[`gopls`]: https://golang.org/s/gopls

0 commit comments

Comments
 (0)