]> source.dussan.org Git - jquery.git/commitdiff
Docs: Update webpack website in README
authorSimon Legner <Simon.Legner@gmail.com>
Tue, 12 Jul 2022 15:16:24 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2022 15:16:24 +0000 (17:16 +0200)
Webpack has migrated to https://webpack.js.org/ since version 2.

Closes gh-5037

build/fixtures/README.md

index 0c057bae8732c6ac053a82c1e5c9905c2b800b0a..02a69318aa92629eecd046dbaf257de182dcdc44 100644 (file)
@@ -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" );