Skip to content

Commit

Permalink
fix(contribution): fix the wrong address for upstream warehouse in co…
Browse files Browse the repository at this point in the history
…ntribution guide (xun082#44)
  • Loading branch information
Wenrh2004 authored Jul 9, 2024
1 parent e397edd commit 0b0bbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd 项目名
为了保持你的仓库与原始仓库同步,请添加上游远程仓库:

```bash
git remote add upstream https://github.com/xun082/create-ai-toolkit.git
git remote add upstream https://github.com/xun082/online-edit-web.git
```

### 4. 创建新分支
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd repository-name
To keep your repository in sync with the original repository, add the upstream remote:

```bash
git remote add upstream https://github.com/xun082/create-ai-toolkit.git
git remote add upstream https://github.com/xun082/online-edit-web.git
```

### 4. Create a New Branch
Expand Down

0 comments on commit 0b0bbd1

Please sign in to comment.