Skip to content

Commit 6dd3745

Browse files
committed
docs/tools.md: fix vscgo package doc link
Change-Id: Ie46108795d8ec362182f2c150af3f365122be8ea Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/563363 Reviewed-by: Robert Findley <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent baab7be commit 6dd3745

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ traces to [telemetry.go.dev](https://telemetry.go.dev). You can inspect what
148148
data is collected and can be uploaded by running:
149149

150150
```
151-
go run golang.org/x/telemetry/cmdgotelemetry@latest view
151+
go run golang.org/x/telemetry/cmd/gotelemetry@latest view
152152
```
153153

154154
If we get enough adoption, this data can significantly advance the pace of

docs/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This extension uses Delve for its debug/test functionalities. The extension curr
3535

3636
For a comprehensive overview of how to debug your Go programs, please see the [debugging guide](./debugging.md).
3737

38-
### [`vscgo`](https://pkg.go.dev/github.com/golang/vscode-go/cmd/vscgo)
38+
### [`vscgo`](https://pkg.go.dev/github.com/golang/vscode-go/vscgo)
3939

4040
This tool provides utilities needed by this extension but do not belong to the language server
4141
or debug adapter server. Examples include dependency tools management, developer survey

extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ history](https://github.com/golang/vscode-go/compare/v0.40.3...v0.41.0).
5959
* The extension does not require `dlv` installation until the debug feature is
6060
invoked.
6161
* The extension now installs
62-
[`vscgo`](https://pkg.go.dev/github.com/golang/vscode-go/cmd/vscgo), an
62+
[`vscgo`](https://pkg.go.dev/github.com/golang/vscode-go/vscgo), an
6363
optional tool used to [update the Go telemetry
6464
counters](https://github.com/golang/vscode-go/issues/3121). This tool is
6565
installed in the extension's directory.

0 commit comments

Comments
 (0)