Skip to content

Commit

Permalink
docs: use the canonical repository in the instruction
Browse files Browse the repository at this point in the history
Change-Id: I843622668fbc5522d95d6b77a5cabdd4ec7e515c
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237424
Reviewed-by: Rebecca Stambler <[email protected]>
  • Loading branch information
hyangah committed Jun 11, 2020
1 parent 5c4ea42 commit ae46829
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ We welcome your contributions and thank you for working to improve the Go develo

This guide will explain the process of setting up your development environment to work on the VS Code Go extension, as well as the process of sending out your change for review. If you're interested in testing the master branch or pre-releases of the extension, please see the [Go Nightly documentation](nightly.md).

Our canonical Git repository is located at https://go.googlesource.com/vscode-go and https://github.com/golang/vscode-go is a mirror.

* [Before you start coding](#before-you-start-coding)
* [Ask for help](#ask-for-help)
* [Debug Adapter](#debug-adapter)
Expand Down Expand Up @@ -36,7 +38,7 @@ Please note that extra configuration is required to build and run the [Debug Ada
2) Clone the repository, run `npm install`, and open VS Code:

```bash
git clone https://github.com/golang/vscode-go
git clone https://go.googlesource.com/vscode-go
cd vscode-go
npm install
code .
Expand Down

0 comments on commit ae46829

Please sign in to comment.