From f7b9d989a917fbab9a42d1dad6969ead74e3a04b Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Wed, 18 Jul 2018 12:47:15 +0100 Subject: [PATCH 1/2] Fix broken contributors graph link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df02954cef71..dedd4a9899ff 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ To help you get your feet wet and get you familiar with our contribution process ## Credits -This project exists thanks to all the people who [contribute](CONTRIBUTING.md). +This project exists thanks to all the people who [contribute](CONTRIBUTING.md). ### [Backers](https://opencollective.com/jest#backer) From e24fb726e70643f5cd921630e96928f3da4ee95f Mon Sep 17 00:00:00 2001 From: Matt Phillips Date: Wed, 18 Jul 2018 12:50:46 +0100 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33f8a5e085e..8b346bd6d0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Fixes - `[babel-jest]` Make `getCacheKey()` take into account `createTransformer` options ([#6699](https://github.com/facebook/jest/pull/6699)) +- `[docs]` Fix contributors link ([#6711](https://github.com/facebook/jest/pull/6711)) ## 23.4.1