Skip to content

Commit 8fe064d

Browse files
tedsilbstamblerre
authored andcommitted
[release] README.md: fix broken gopls link
The link to gopls on line 101 is broken. It currently uses a manual link to the gopls website, and can instead use the already- defined link at the bottom of the page. Change-Id: Ib090271e53821ca6d8088570b1a18c97999bf59b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236779 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> (cherry picked from commit eeab643) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236957
1 parent 4d29a2f commit 8fe064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The Go extension uses a suite of [command-line tools](docs/tools.md) to provide
9898

9999
The Go team at Google has developed [`gopls`](docs/gopls.md), which is the official Go language server. It is currently in an alpha state and under active development.
100100

101-
[`gopls`](golang.org/s/gopls) is recommended for projects that use Go modules, as it provides much better support.
101+
[`gopls`] is recommended for projects that use Go modules, as it provides much better support.
102102

103103
To opt-in to the language server, set [`"go.useLanguageServer"`](docs/commands.md#useLanguageServer) to `true` in your settings. You should then be prompted to install [`gopls`]. If you are not prompted, you can install `gopls` manually by running the `Go: Install/Update Tools` command and selecting `gopls`.
104104

0 commit comments

Comments
 (0)