From 9a917fab5f0b3a8b0388452d8d4279394b70d7dd Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Tue, 5 Sep 2023 13:20:20 -0400 Subject: [PATCH] Update --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 99b59970..4b8402b3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,7 +24,7 @@ mkdir -p $GOPATH/src/connectrpc.com cd $GOPATH/src/connectrpc.com git clone git@github.com:your_github_username/conformance.git cd conformance -git remote add upstream https://connectrpc.com/conformance.git +git remote add upstream https://github.com/connectrpc/conformance.git git fetch upstream ```