aboutsummaryrefslogtreecommitdiffstats
path: root/build/fixtures/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'build/fixtures/README.md')
-rw-r--r--build/fixtures/README.md2
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" );