Skip to content

Commit

Permalink
Update link to webpack docs (#9078)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTaveras1231 authored and SimenB committed Oct 26, 2019
1 parent 390a4eb commit f448541
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ module.exports = {

### Using webpack

Jest can be used in projects that use [webpack](https://webpack.github.io/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](https://jestjs.io/docs/en/webpack) to get started.
Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](https://jestjs.io/docs/en/webpack) to get started.

### Using TypeScript

Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ While we generally recommend using the same version of every Jest package, this

### Using webpack

Jest can be used in projects that use [webpack](https://webpack.github.io/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.
Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.

### Using TypeScript

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.x/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ You are now set up to use all ES6 features and React specific syntax.

### Using webpack

Jest can be used in projects that use [webpack](https://webpack.github.io/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.
Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.

### Using TypeScript

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.x/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You are now set up to use all ES6 features and React specific syntax.

### Using webpack

Jest can be used in projects that use [webpack](https://webpack.github.io/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.
Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.

### Using TypeScript

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.0/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ While we generally recommend using the same version of every Jest package, this

### Using webpack

Jest can be used in projects that use [webpack](https://webpack.github.io/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.
Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.

### Using TypeScript

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.6/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ While we generally recommend using the same version of every Jest package, this

### Using webpack

Jest can be used in projects that use [webpack](https://webpack.github.io/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.
Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.

### Using TypeScript

Expand Down

0 comments on commit f448541

Please sign in to comment.