Skip to content

Commit d762a13

Browse files
committed
README.md: use the exact links
vsce doesn't seem to process reference links with relative paths correctly. Use the full url for links to docs/* when used in reference mode. Change-Id: I375dab645e739cf2fff93b8c4ab2d6e7b8afd1ce Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286476 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 1707d4b commit d762a13

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@ conduct-related issue, please mail [email protected].
165165
[VS Code Go extension]: https://marketplace.visualstudio.com/items?itemName=golang.go
166166
[Go installation guide]: https://golang.org/doc/install
167167
[this video from the Go Open Source Live conference]: https://opensourcelive.withgoogle.com/events/go/watch?talk=session3
168-
[IntelliSense]: docs/features.md#intellisense
169-
[code navigation]: docs/features.md#code-navigation
170-
[code editing]: docs/features.md#code-editing
171-
[diagnostics]: docs/features.md#diagnostics
172-
[testing]: docs/features.md##run-and-test-in-the-editor
168+
[IntelliSense]: https://github.com/golang/vscode-go/blob/master/docs/features.md#intellisense
169+
[code navigation]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-navigation
170+
[code editing]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-editing
171+
[diagnostics]: https://github.com/golang/vscode-go/blob/master/docs/features.md#diagnostics
172+
[testing]: https://github.com/golang/vscode-go/blob/master/docs/features.md##run-and-test-in-the-editor
173173
[debugging]: #debugging
174-
[full feature breakdown]: docs/features.md
174+
[full feature breakdown]: https://github.com/golang/vscode-go/blob/master/docs/features.md
175175
[workspace documentation]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
176-
[`Go: Install/Update Go Tools` command]: docs/commands.md#go-installupdate-tools
176+
[`Go: Install/Update Go Tools` command]: https://github.com/golang/vscode-go/blob/master/docs/commands.md#go-installupdate-tools
177177
[documentation about supported workspace layouts]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
178178
[Workspace Folders]: https://code.visualstudio.com/docs/editor/multi-root-workspaces

0 commit comments

Comments
 (0)