Skip to content

Commit 72e27c8

Browse files
authored
Merge pull request #7929 from alexandear/docs/update-go-website
languages/go.md: update Go website link
2 parents 06d82e9 + 7e06292 commit 72e27c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/languages/go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MetaDescription: Learn about Visual Studio Code editor features (code completion
99
---
1010
# Go in Visual Studio Code
1111

12-
Using the Go extension for Visual Studio Code, you get features like IntelliSense, code navigation, symbol search, testing, debugging, and many more that will help you in [Go](https://golang.org/) development.
12+
Using the Go extension for Visual Studio Code, you get features like IntelliSense, code navigation, symbol search, testing, debugging, and many more that will help you in [Go](https://go.dev/) development.
1313

1414
![Go extension banner](images/go/go-extension.png)
1515

@@ -23,7 +23,7 @@ This article describes only a subset of the features the Go extension provides.
2323

2424
![IntelliSense](images/go/completion-signature-help.gif)
2525

26-
IntelliSense features are provided by the Go language server, [gopls](https://golang.org/s/gopls), maintained by the Go team. You can configure the behavior of `gopls` using the [`gopls` settings](https://github.com/golang/vscode-go/wiki/settings#settings-for-gopls).
26+
IntelliSense features are provided by the Go language server, [gopls](https://go.dev/s/gopls), maintained by the Go team. You can configure the behavior of `gopls` using the [`gopls` settings](https://github.com/golang/vscode-go/wiki/settings#settings-for-gopls).
2727

2828
### Semantic syntax highlighting
2929

0 commit comments

Comments
 (0)