From 410d5cf0c3d0d92b2e9abd7fe0b16eb79c9a2a51 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 12 Jul 2022 17:16:24 +0200 Subject: [PATCH] Docs: Update webpack website in README Webpack has migrated to https://webpack.js.org/ since version 2. Closes gh-5037 (cherry picked from commit 01819bc3bcc44282e5bb9301c3478d837d1e5152) --- build/fixtures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.39.5