aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gopls/doc/vscode.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gopls/doc/vscode.md b/gopls/doc/vscode.md
index f05c61b7e..c21c89482 100644
--- a/gopls/doc/vscode.md
+++ b/gopls/doc/vscode.md
@@ -44,7 +44,7 @@ To enable more detailed debug information, add the following to your VSCode sett
See the section on [command line](command-line.md) arguments for more information about what these do, along with other things like `--logfile=auto` that you might want to use.
-You can disable features through the `"go.languageServerExperimentalFeatures"` section of the config. An example of a feature you may want to disable is `"documentLink"`, which opens [`godoc.org`](https://godoc.org) links when you click on import statements in your file.
+You can disable features through the `"go.languageServerExperimentalFeatures"` section of the config. An example of a feature you may want to disable is `"documentLink"`, which opens [`pkg.go.dev`](https://pkg.go.dev) links when you click on import statements in your file.
[VSCode-Go]: https://github.com/microsoft/vscode-go