diff options
| author | Akihito INOH <aki-inou@rs.jp.nec.com> | 2019-10-10 08:39:56 +0900 |
|---|---|---|
| committer | Akihito INOH <aki-inou@rs.jp.nec.com> | 2019-10-10 08:39:56 +0900 |
| commit | b321ab58ed35cc3d2adf928e6eb2741c9c0f6211 (patch) | |
| tree | d1a79ee1c0ca97254dff7bbc2e511f83812b1737 | |
| parent | b275bc73c0336cf70f6fc6edd1632f0ccd2e14c6 (diff) | |
Fix link to CLA page
As of now, We can't access to CLA page(/CLA.md#how-do-i-sign) by click
`Contributor License Agreement(CLA)にサインする` in `README-ja.md`.
This commit fixes dead link to CLA page.
| -rw-r--r-- | contributors/guide/contributor-cheatsheet/README-ja.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/guide/contributor-cheatsheet/README-ja.md b/contributors/guide/contributor-cheatsheet/README-ja.md index ab39c1c1..a7cd54ea 100644 --- a/contributors/guide/contributor-cheatsheet/README-ja.md +++ b/contributors/guide/contributor-cheatsheet/README-ja.md @@ -116,7 +116,7 @@ PRを閉じるとき、どうしてmergeできないのか、誠心誠意説明 ### CLAにサインする -コントリビューションを提出する前に、[Contributor License Agreement(CLA)にサインする](cla)必要があります。Kubernetesプロジェクトは、あなたもしくはあなたの会社がCLAにサイン済みの場合にのみコントリビューションの受け入れを行います。 +コントリビューションを提出する前に、[Contributor License Agreement(CLA)にサインする][cla]必要があります。Kubernetesプロジェクトは、あなたもしくはあなたの会社がCLAにサイン済みの場合にのみコントリビューションの受け入れを行います。 CLAのサインで何か問題があった場合、[CLAトラブルシューティングガイドライン]を参照してください。 |
