Change the upstream URL to the correct one (#151)

Signed-off-by: Youwithouto <youwithouto.z@gmail.com>
This commit is contained in:
Yu 2020-05-11 18:51:16 +10:00 committed by GitHub
parent e5480015b4
commit acb42de179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ If you have a specific idea of a fix or update, and [you have everything ready](
```bash ```bash
$ cd website $ cd website
$ git remote add upstream git@github.com:tikv/tikv.git $ git remote add upstream git@github.com:tikv/website.git
$ git remote -v $ git remote -v
origin git@github.com:$GITHUB_USER/website.git (fetch) origin git@github.com:$GITHUB_USER/website.git (fetch)
origin git@github.com:$GITHUB_USER/website.git (push) origin git@github.com:$GITHUB_USER/website.git (push)