From 0541ec89ccce40a0c5fd3a0aabae19816e59870b Mon Sep 17 00:00:00 2001 From: Dylan Westerhold Date: Tue, 5 May 2020 13:03:05 -0700 Subject: [PATCH] Update links in CONTRIBUTING.md (#4741) --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 45b58ed41..19bd5d208 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -37,9 +37,9 @@ Run unit tests from the command-line via `npm test`, or open `test/index.html` & ## Contributor License Agreement -Lodash is a member of the [JS Foundation](https://js.foundation/). +Lodash is a member of the [JS Foundation](https://openjsf.org/). As such, we request that all contributors sign the JS Foundation -[contributor license agreement (CLA)](https://js.foundation/CLA/). +[contributor license agreement (CLA)](https://cla.js.foundation/lodash/lodash). For more information about CLAs, please check out Alex Russell’s excellent post, [“Why Do I Need to Sign This?”](https://infrequently.org/2008/06/why-do-i-need-to-sign-this/).