Skip to content

Commit

Permalink
Babel https link update in multiple doc files (#7233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriman2 authored and SimenB committed Oct 21, 2018
1 parent 18dcf3c commit e9818dc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.0/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.0/TutorialAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.1/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.2/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.2/TutorialAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.3/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.3/TutorialAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.4/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.2/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.5/TutorialAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e9818dc

Please sign in to comment.