Skip to content

fix: update CLA link to correct URL (#20678) #20685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### First-time contributors' checklist <!--Remove this section if you're not a first-time contributor.-->

- [ ] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution.
- [ ] I've signed the [**Contributor License Agreement**](https://cla.pingcap.net/pingcap/docs), which is required for the repository owners to accept my contribution.

### What is changed, added or deleted? (Required)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ TiDB 文档的修改需要遵循一定的流程,具体如下。考虑到有些

### 第 0 步:签署 Contributor License Agreement

首次在本仓库提 PR 时,请务必签署 [Contributor License Agreement](https://cla-assistant.io/pingcap/docs-cn) (CLA),否则我们将无法合并你的 PR。成功签署 CLA 后,可继续进行后续操作。
首次在本仓库提 PR 时,请务必签署 [Contributor License Agreement](https://cla.pingcap.net/pingcap/docs-cn) (CLA),否则我们将无法合并你的 PR。成功签署 CLA 后,可继续进行后续操作。

### 第 1 步:Fork pingcap/docs-cn 仓库

Expand Down
Loading