Skip to content

Commit fb6208d

Browse files
180909hyangah
authored andcommitted
docs: change blog.golang.org to go.dev/blog
Change-Id: Icbe75af9f02992c59d1c6869d61fdd7b9e613763 GitHub-Last-Rev: e63af13 GitHub-Pull-Request: golang#1757 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/348269 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Trust: Robert Findley <[email protected]>
1 parent ab3d3a6 commit fb6208d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/gopath.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ directories. Your code is typically located in the `$GOPATH/src` directory.
88
If you are not familiar with Go and `GOPATH`, please first read about [writing
99
Go code with `GOPATH`](https://golang.org/doc/gopath_code.html#GOPATH).
1010

11-
**If you are just starting out with Go, we recommend [using Go modules](https://blog.golang.org/using-go-modules) instead of GOPATH.**
11+
**If you are just starting out with Go, we recommend [using Go modules](https://go.dev/blog/using-go-modules) instead of GOPATH.**
1212

1313
## Overview
1414

@@ -82,4 +82,4 @@ This can be done by setting [`"go.toolsGopath"`](settings.md#go.toolsGopath) to
8282

8383
The extension will fall back to your existing `GOPATH` if tools are not found in the [`go.toolsGopath`](settings.md#go.toolsGopath) directory.
8484

85-
[Go modules]: https://blog.golang.org/using-go-modules
85+
[Go modules]: https://go.dev/blog/using-go-modules

docs/ui.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Selecting `Open 'gopls' trace` will open the trace of the `gopls` server in the
4141

4242
When modules are enabled for the file you have open, you can navigate to the `go.mod` file for the project using the menu. If you do not see the `Open go.mod` item, then the extension does not think the file you have open belongs to a module.
4343

44-
More information about [using Go modules](https://blog.golang.org/using-go-modules) is available on the Go blog.
44+
More information about [using Go modules](https://go.dev/blog/using-go-modules ) is available on the Go blog.
4545

0 commit comments

Comments
 (0)