diff --git a/website/versioned_docs/version-22.0/GettingStarted.md b/website/versioned_docs/version-22.0/GettingStarted.md index acf69fbadd24..b25d90278d79 100644 --- a/website/versioned_docs/version-22.0/GettingStarted.md +++ b/website/versioned_docs/version-22.0/GettingStarted.md @@ -72,7 +72,7 @@ If you'd like to learn more about running `jest` through the command line, take ### Using Babel -To use [Babel](http://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: +To use [Babel](https://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: ``` npm install --save-dev babel-jest babel-core regenerator-runtime diff --git a/website/versioned_docs/version-22.0/TutorialAsync.md b/website/versioned_docs/version-22.0/TutorialAsync.md index 8db49a7078aa..63e56c14cc19 100644 --- a/website/versioned_docs/version-22.0/TutorialAsync.md +++ b/website/versioned_docs/version-22.0/TutorialAsync.md @@ -112,7 +112,7 @@ it('works with async/await and resolves', async () => { }); ``` -To enable async/await in your project, install [`babel-preset-env`](http://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. +To enable async/await in your project, install [`babel-preset-env`](https://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. ## Error handling diff --git a/website/versioned_docs/version-22.1/GettingStarted.md b/website/versioned_docs/version-22.1/GettingStarted.md index e1b1f2579cbd..80d773f599c6 100644 --- a/website/versioned_docs/version-22.1/GettingStarted.md +++ b/website/versioned_docs/version-22.1/GettingStarted.md @@ -72,7 +72,7 @@ If you'd like to learn more about running `jest` through the command line, take ### Using Babel -To use [Babel](http://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: +To use [Babel](https://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: ``` npm install --save-dev babel-jest babel-core regenerator-runtime diff --git a/website/versioned_docs/version-22.2/GettingStarted.md b/website/versioned_docs/version-22.2/GettingStarted.md index adb847788587..7beb8799602b 100644 --- a/website/versioned_docs/version-22.2/GettingStarted.md +++ b/website/versioned_docs/version-22.2/GettingStarted.md @@ -72,7 +72,7 @@ If you'd like to learn more about running `jest` through the command line, take ### Using Babel -To use [Babel](http://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: +To use [Babel](https://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: ```bash npm install --save-dev babel-jest babel-core regenerator-runtime diff --git a/website/versioned_docs/version-22.2/TutorialAsync.md b/website/versioned_docs/version-22.2/TutorialAsync.md index dd7c478f2994..2c19a5bc4949 100644 --- a/website/versioned_docs/version-22.2/TutorialAsync.md +++ b/website/versioned_docs/version-22.2/TutorialAsync.md @@ -110,7 +110,7 @@ it('works with async/await and resolves', async () => { }); ``` -To enable async/await in your project, install [`babel-preset-env`](http://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. +To enable async/await in your project, install [`babel-preset-env`](https://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. ## Error handling diff --git a/website/versioned_docs/version-22.3/GettingStarted.md b/website/versioned_docs/version-22.3/GettingStarted.md index 93606dcc451b..ab43fb8972f7 100644 --- a/website/versioned_docs/version-22.3/GettingStarted.md +++ b/website/versioned_docs/version-22.3/GettingStarted.md @@ -72,7 +72,7 @@ If you'd like to learn more about running `jest` through the command line, take ### Using Babel -To use [Babel](http://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: +To use [Babel](https://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: ```bash npm install --save-dev babel-jest babel-core regenerator-runtime diff --git a/website/versioned_docs/version-22.3/TutorialAsync.md b/website/versioned_docs/version-22.3/TutorialAsync.md index 91c6729a5ce0..b683f8cf552d 100644 --- a/website/versioned_docs/version-22.3/TutorialAsync.md +++ b/website/versioned_docs/version-22.3/TutorialAsync.md @@ -110,7 +110,7 @@ it('works with async/await and resolves', async () => { }); ``` -To enable async/await in your project, install [`babel-preset-env`](http://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. +To enable async/await in your project, install [`babel-preset-env`](https://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. ## Error handling diff --git a/website/versioned_docs/version-22.4/GettingStarted.md b/website/versioned_docs/version-22.4/GettingStarted.md index 5ba5942f0839..e34db918f411 100644 --- a/website/versioned_docs/version-22.4/GettingStarted.md +++ b/website/versioned_docs/version-22.4/GettingStarted.md @@ -72,7 +72,7 @@ If you'd like to learn more about running `jest` through the command line, take ### Using Babel -To use [Babel](http://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: +To use [Babel](https://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: ```bash yarn add --dev babel-jest babel-core regenerator-runtime diff --git a/website/versioned_docs/version-23.2/GettingStarted.md b/website/versioned_docs/version-23.2/GettingStarted.md index e95dbbd10002..fbd0d55b6558 100644 --- a/website/versioned_docs/version-23.2/GettingStarted.md +++ b/website/versioned_docs/version-23.2/GettingStarted.md @@ -80,7 +80,7 @@ jest --init ### Using Babel -To use [Babel](http://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: +To use [Babel](https://babeljs.io/), install the `babel-jest` and `regenerator-runtime` packages: ```bash yarn add --dev babel-jest babel-core regenerator-runtime diff --git a/website/versioned_docs/version-23.5/TutorialAsync.md b/website/versioned_docs/version-23.5/TutorialAsync.md index 9d044d1b5340..82ca5daa10c4 100644 --- a/website/versioned_docs/version-23.5/TutorialAsync.md +++ b/website/versioned_docs/version-23.5/TutorialAsync.md @@ -110,7 +110,7 @@ it('works with async/await and resolves', async () => { }); ``` -To enable async/await in your project, install [`babel-preset-env`](http://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. +To enable async/await in your project, install [`babel-preset-env`](https://babeljs.io/docs/plugins/preset-env/) and enable the feature in your `.babelrc` file. ## Error handling