Skip to content

Commit

Permalink
README.md: use the exact links
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hyangah committed Jan 25, 2021
1 parent 1707d4b commit d762a13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,14 @@ conduct-related issue, please mail [email protected].
[VS Code Go extension]: https://marketplace.visualstudio.com/items?itemName=golang.go
[Go installation guide]: https://golang.org/doc/install
[this video from the Go Open Source Live conference]: https://opensourcelive.withgoogle.com/events/go/watch?talk=session3
[IntelliSense]: docs/features.md#intellisense
[code navigation]: docs/features.md#code-navigation
[code editing]: docs/features.md#code-editing
[diagnostics]: docs/features.md#diagnostics
[testing]: docs/features.md##run-and-test-in-the-editor
[IntelliSense]: https://github.com/golang/vscode-go/blob/master/docs/features.md#intellisense
[code navigation]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-navigation
[code editing]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-editing
[diagnostics]: https://github.com/golang/vscode-go/blob/master/docs/features.md#diagnostics
[testing]: https://github.com/golang/vscode-go/blob/master/docs/features.md##run-and-test-in-the-editor
[debugging]: #debugging
[full feature breakdown]: docs/features.md
[full feature breakdown]: https://github.com/golang/vscode-go/blob/master/docs/features.md
[workspace documentation]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
[`Go: Install/Update Go Tools` command]: docs/commands.md#go-installupdate-tools
[`Go: Install/Update Go Tools` command]: https://github.com/golang/vscode-go/blob/master/docs/commands.md#go-installupdate-tools
[documentation about supported workspace layouts]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
[Workspace Folders]: https://code.visualstudio.com/docs/editor/multi-root-workspaces

0 comments on commit d762a13

Please sign in to comment.