Skip to content

Commit e5b1e68

Browse files
committed
Merge pull request webpack#1978 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents 432bf35 + c2f6a73 commit e5b1e68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Please see [Using Loaders](https://webpack.github.io/docs/using-loaders.html) fo
109109
**styling**
110110
* [`style`](https://github.com/webpack/style-loader): Add exports of a module as style to DOM
111111
* [`css`](https://github.com/webpack/css-loader): Loads css file with resolved imports and returns css code
112-
* [`cssnext`](https://github.com/cssnext/cssnext-loader): Loads and compiles a css file using [cssnext](http://cssnext.io/)
112+
* [`cssnext`](https://github.com/MoOx/cssnext-loader): Loads and compiles a css file using [cssnext](http://cssnext.io/)
113113
* [`less`](https://github.com/webpack/less-loader): Loads and compiles a less file
114114
* [`sass`](https://github.com/jtangelder/sass-loader): Loads and compiles a scss file
115115
* [`stylus`](https://github.com/shama/stylus-loader): Loads and compiles a stylus file
@@ -251,7 +251,7 @@ MIT (http://opensource.org/licenses/mit-license.php)
251251

252252
(In chronological order)
253253

254-
* @google for [Google Web Toolkit (GWT)](https://code.google.com/p/google-web-toolkit/), which aims to compile Java to JavaScript. It features a similar [Code Splitting](https://code.google.com/p/google-web-toolkit/wiki/CodeSplitting) as webpack.
254+
* @google for [Google Web Toolkit (GWT)](https://code.google.com/archive/p/google-web-toolkit), which aims to compile Java to JavaScript. It features a similar [Code Splitting](https://code.google.com/archive/p/google-web-toolkit/wikis/CodeSplitting.wiki) as webpack.
255255
* @medikoo for [modules-webmake](https://github.com/medikoo/modules-webmake), which is a similar project. webpack was born because I wanted Code Splitting for modules-webpack. Interestingly the [Code Splitting issue is still open](https://github.com/medikoo/modules-webmake/issues/7) (thanks also to @Phoscur for the discussion).
256256
* @substack for [browserify](http://browserify.org/), which is a similar project and source for many ideas.
257257
* @jrburke for [require.js](http://requirejs.org/), which is a similar project and source for many ideas.

0 commit comments

Comments
 (0)