From 796df4ef9513d7ffc13f93e8ba1aa75875a578c9 Mon Sep 17 00:00:00 2001 From: dwesty17 Date: Tue, 28 Apr 2020 20:04:44 -0700 Subject: [PATCH] Update links in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 45b58ed416..19bd5d2085 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/).