Skip to content

Commit 410d5cf

Browse files
simon04mgol
authored andcommitted
Docs: Update webpack website in README
Webpack has migrated to https://webpack.js.org/ since version 2. Closes gh-5037 (cherry picked from commit 01819bc)
1 parent bc16512 commit 410d5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/fixtures/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import $ from "jquery";
2929

3030
#### Browserify/Webpack
3131

32-
There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this...
32+
There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.js.org/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this...
3333

3434
```js
3535
var $ = require( "jquery" );

0 commit comments

Comments
 (0)