Skip to content

Commit 5bc83f5

Browse files
Stanislas Ormièresromaindso
Stanislas Ormières
authored andcommittedJul 10, 2017
Update webpack links to point to webpack 2 (facebook#2492)
* Update README.md to make links to webpack point to webpack.js.org instead insteade of webpack 1 webpack.githup.io
1 parent 228ec9e commit 5bc83f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Some of them might get added in the future if they are stable, are useful to maj
199199
The tools used by Create React App are subject to change.
200200
Currently it is a thin layer on top of many amazing community projects, such as:
201201

202-
* [webpack](https://webpack.github.io/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
202+
* [webpack](https://webpack.js.org/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
203203
* [Babel](http://babeljs.io/) with ES6 and extensions used by Facebook (JSX, [object spread](https://github.com/sebmarkbage/ecmascript-rest-spread/commits/master), [class properties](https://github.com/jeffmo/es-class-public-fields))
204204
* [Autoprefixer](https://github.com/postcss/autoprefixer)
205205
* [ESLint](http://eslint.org/)
@@ -248,5 +248,5 @@ Notable alternatives also include:
248248
* [dev-toolkit](https://github.com/stoikerty/dev-toolkit)
249249
* [sku](https://github.com/seek-oss/sku)
250250

251-
You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.<br>
251+
You can also use module bundlers like [webpack](http://webpack.js.org) and [Browserify](http://browserify.org/) directly.<br>
252252
React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic.

0 commit comments

Comments
 (0)