Skip to content

Commit 01819bc

Browse files
authored
Docs: Update webpack website in README
Webpack has migrated to https://webpack.js.org/ since version 2. Closes gh-5037
1 parent fae5fee commit 01819bc

File tree

Image for: File tree

1 file changed

Image for: 1 file changed
+1
-1
lines changed

1 file changed

Image for: 1 file changed
+1
-1
lines changed

‎build/fixtures/README.md

Lines changed: 1 addition & 1 deletion
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

Image for: 0 commit comments
Comments
 (0)