From 7d925bb5c24b885fb5ddc4f0dc41f1b985f69a42 Mon Sep 17 00:00:00 2001 From: Conrad Chan Date: Tue, 31 Mar 2020 11:20:18 -0700 Subject: [PATCH] docs(license): Update license link to Box CLA (#1189) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4757df55a..e0ebbd839 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ All contributions are welcome to this project. Before a contribution can be merged into this project, please fill out the Contributor License Agreement (CLA) located at: -https://developer.box.com/docs/box-sdk-cla +https://opensource.box.com/cla/ To learn more about CLAs and why they are important to the UI Element projects, please see the [Wikipedia entry](http://en.wikipedia.org/wiki/Contributor_License_Agreement). @@ -51,7 +51,7 @@ longer description here if necessary. include BREAKING CHANGE keyword for breaking changes. ``` -The message summary should be a one-sentence description of the change, and it must be 72 characters in length or shorter. For a list of tags, please see the conventional changelog [documentation](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum). +The message summary should be a one-sentence description of the change, and it must be 72 characters in length or shorter. For a list of tags, please see the conventional changelog [documentation](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional#type-enum). ### Step 5: Rebase