diff --git a/CHANGELOG.md b/CHANGELOG.md index be9bd2a9cc26..bf63e69739e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,7 @@ - `[jest-util]` No longer checking `enumerable` when adding `process.domain` ([#10862](https://github.com/facebook/jest/pull/10862)) - `[jest-validate]` [**BREAKING**] Remove `recursiveBlacklist` option in favor of previously introduced `recursiveDenylist` ([#10650](https://github.com/facebook/jest/pull/10650)) - `[website]` Replace 'Github' with 'GitHub' ([#11279](https://github.com/facebook/jest/pull/11279)) +- `[website]` Remove a language code from the link to the Node.js website ([#11282](https://github.com/facebook/jest/pull/11282)) ### Performance diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 6a704d309511..a38f2023788c 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -319,7 +319,7 @@ class Index extends React.Component { It works with projects using: [Babel](https://babeljs.io/), [TypeScript](https://www.typescriptlang.org/), - [Node](https://nodejs.org/en/), [React](https://reactjs.org), + [Node](https://nodejs.org/), [React](https://reactjs.org), [Angular](https://angular.io), [Vue](https://vuejs.org) and more!