Skip to content

Commit eb4caf3

Browse files
committed
Merge pull request webpack#1598 from elliottsj/patch-1
Fix broken link to GWT code splitting article
2 parents 0f2f714 + 7e5eef9 commit eb4caf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ MIT (http://opensource.org/licenses/mit-license.php)
253253

254254
(In chronological order)
255255

256-
* @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.
256+
* @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.
257257
* @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).
258258
* @substack for [browserify](http://browserify.org/), which is a similar project and source for many ideas.
259259
* @jrburke for [require.js](http://requirejs.org/), which is a similar project and source for many ideas.

0 commit comments

Comments
 (0)