From 8545ea786905a9db34c1683a9a18acf1321384fb Mon Sep 17 00:00:00 2001 From: Alexander Kilyushin Date: Fri, 22 Oct 2021 21:14:16 +0300 Subject: [PATCH 1/2] docs/getting-started: Fix link to parceljs docs Current link leads to "404 Not Found". It has been replaced with the correct one. --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index fa317619a57b..485ef726092b 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -148,7 +148,7 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana ### Using parcel -Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/getting_started.html) to get started. +Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/docs/) to get started. ### Using TypeScript From 0aa2ad22e64de6197e1dbb312b4ed42209003cfd Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 23 Oct 2021 13:04:40 +0300 Subject: [PATCH 2/2] docs/ fix link to parceljs in versioned docs --- README.md | 2 +- website/versioned_docs/version-25.x/GettingStarted.md | 2 +- website/versioned_docs/version-26.x/GettingStarted.md | 2 +- website/versioned_docs/version-27.0/GettingStarted.md | 2 +- website/versioned_docs/version-27.1/GettingStarted.md | 2 +- website/versioned_docs/version-27.2/GettingStarted.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0a30e3fdb221..afd63125a22f 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana ### Using parcel -Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/getting_started.html) to get started. +Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/docs/) to get started. ### Using TypeScript diff --git a/website/versioned_docs/version-25.x/GettingStarted.md b/website/versioned_docs/version-25.x/GettingStarted.md index fa317619a57b..485ef726092b 100644 --- a/website/versioned_docs/version-25.x/GettingStarted.md +++ b/website/versioned_docs/version-25.x/GettingStarted.md @@ -148,7 +148,7 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana ### Using parcel -Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/getting_started.html) to get started. +Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/docs/) to get started. ### Using TypeScript diff --git a/website/versioned_docs/version-26.x/GettingStarted.md b/website/versioned_docs/version-26.x/GettingStarted.md index fa317619a57b..485ef726092b 100644 --- a/website/versioned_docs/version-26.x/GettingStarted.md +++ b/website/versioned_docs/version-26.x/GettingStarted.md @@ -148,7 +148,7 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana ### Using parcel -Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/getting_started.html) to get started. +Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/docs/) to get started. ### Using TypeScript diff --git a/website/versioned_docs/version-27.0/GettingStarted.md b/website/versioned_docs/version-27.0/GettingStarted.md index fa317619a57b..485ef726092b 100644 --- a/website/versioned_docs/version-27.0/GettingStarted.md +++ b/website/versioned_docs/version-27.0/GettingStarted.md @@ -148,7 +148,7 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana ### Using parcel -Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/getting_started.html) to get started. +Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/docs/) to get started. ### Using TypeScript diff --git a/website/versioned_docs/version-27.1/GettingStarted.md b/website/versioned_docs/version-27.1/GettingStarted.md index fa317619a57b..485ef726092b 100644 --- a/website/versioned_docs/version-27.1/GettingStarted.md +++ b/website/versioned_docs/version-27.1/GettingStarted.md @@ -148,7 +148,7 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana ### Using parcel -Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/getting_started.html) to get started. +Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/docs/) to get started. ### Using TypeScript diff --git a/website/versioned_docs/version-27.2/GettingStarted.md b/website/versioned_docs/version-27.2/GettingStarted.md index fa317619a57b..485ef726092b 100644 --- a/website/versioned_docs/version-27.2/GettingStarted.md +++ b/website/versioned_docs/version-27.2/GettingStarted.md @@ -148,7 +148,7 @@ Jest can be used in projects that use [webpack](https://webpack.js.org/) to mana ### Using parcel -Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/getting_started.html) to get started. +Jest can be used in projects that use [parcel-bundler](https://parceljs.org/) to manage assets, styles, and compilation similar to webpack. Parcel requires zero configuration. Refer to the official [docs](https://parceljs.org/docs/) to get started. ### Using TypeScript