Skip to content

Commit 33a0c85

Browse files
committed
[release] README.md: add the new video material
Change-Id: If08fdf03491ead9160eccb37c5ff56ad2341d10a Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/288492 Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> (cherry picked from commit 05251dd) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/289230 TryBot-Result: kokoro <noreply+kokoro@google.com>
1 parent b5f15f5 commit 33a0c85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ extension, as well as how to [customize](#customization) them. Take a look at
4444
guidance.
4545

4646
If you are new to Go, [this article](https://golang.org/doc/code.html) provides
47-
the overview on Go code organization and basic `go` commands. Watch [this video
48-
from the Go Open Source Live conference] for an explanation of how to build
49-
your first Go application using VS Code Go.
47+
the overview on Go code organization and basic `go` commands. Watch ["Getting
48+
started with VS Code Go"] for an explanation of how to build your first Go
49+
application using VS Code Go.
5050

5151
## Features
5252

@@ -168,7 +168,7 @@ conduct-related issue, please mail conduct@golang.org.
168168
[Managing extensions in VS Code]: https://code.visualstudio.com/docs/editor/extension-gallery
169169
[VS Code Go extension]: https://marketplace.visualstudio.com/items?itemName=golang.go
170170
[Go installation guide]: https://golang.org/doc/install
171-
[this video from the Go Open Source Live conference]: https://opensourcelive.withgoogle.com/events/go/watch?talk=session3
171+
["Getting started with VS Code Go"]: https://youtu.be/1MXIGYrMk80
172172
[IntelliSense]: https://github.com/golang/vscode-go/blob/master/docs/features.md#intellisense
173173
[code navigation]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-navigation
174174
[code editing]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-editing

0 commit comments

Comments
 (0)