diff options
author | Simon Legner <Simon.Legner@gmail.com> | 2022-07-12 17:16:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-12 17:16:24 +0200 |
commit | 01819bc3bcc44282e5bb9301c3478d837d1e5152 (patch) | |
tree | ffaead3934880cdc810a354e5dc71eaa3488760a /build | |
parent | fae5fee8b435cc20352d28b0a384b9784b1ad9ed (diff) | |
download | jquery-01819bc3bcc44282e5bb9301c3478d837d1e5152.tar.gz jquery-01819bc3bcc44282e5bb9301c3478d837d1e5152.zip |
Docs: Update webpack website in README
Webpack has migrated to https://webpack.js.org/ since version 2.
Closes gh-5037
Diffstat (limited to 'build')
-rw-r--r-- | build/fixtures/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fixtures/README.md b/build/fixtures/README.md index 0c057bae8..02a69318a 100644 --- a/build/fixtures/README.md +++ b/build/fixtures/README.md @@ -29,7 +29,7 @@ import $ from "jquery"; #### Browserify/Webpack -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... +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... ```js var $ = require( "jquery" ); |