Skip to content

Commit ae46829

Browse files
committed
docs: use the canonical repository in the instruction
Change-Id: I843622668fbc5522d95d6b77a5cabdd4ec7e515c Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237424 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
1 parent 5c4ea42 commit ae46829

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/contributing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ We welcome your contributions and thank you for working to improve the Go develo
44

55
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).
66

7+
Our canonical Git repository is located at https://go.googlesource.com/vscode-go and https://github.com/golang/vscode-go is a mirror.
8+
79
* [Before you start coding](#before-you-start-coding)
810
* [Ask for help](#ask-for-help)
911
* [Debug Adapter](#debug-adapter)
@@ -36,7 +38,7 @@ Please note that extra configuration is required to build and run the [Debug Ada
3638
2) Clone the repository, run `npm install`, and open VS Code:
3739

3840
```bash
39-
git clone https://github.com/golang/vscode-go
41+
git clone https://go.googlesource.com/vscode-go
4042
cd vscode-go
4143
npm install
4244
code .

0 commit comments

Comments
 (0)