From e39439b684ae418b07b193e8207b0129a2940e31 Mon Sep 17 00:00:00 2001 From: Kai Date: Fri, 12 Nov 2021 16:10:23 +0100 Subject: [PATCH] browserify link: HTTP => HTTPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 802a1f172fa..814053a3184 100644 --- a/README.md +++ b/README.md @@ -689,7 +689,7 @@ src="https://static.monei.net/monei-logo.svg" height="30" alt="MONEI"> - [@google](https://github.com/google) for [Google Web Toolkit (GWT)](http://www.gwtproject.org/), which aims to compile Java to JavaScript. It features a similar [Code Splitting](http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html) as webpack. - [@medikoo](https://github.com/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-webmake. Interestingly the [Code Splitting issue is still open](https://github.com/medikoo/modules-webmake/issues/7) (thanks also to @Phoscur for the discussion). -- [@substack](https://github.com/substack) for [browserify](http://browserify.org/), which is a similar project and source for many ideas. +- [@substack](https://github.com/substack) for [browserify](https://browserify.org/), which is a similar project and source for many ideas. - [@jrburke](https://github.com/jrburke) for [require.js](https://requirejs.org/), which is a similar project and source for many ideas. - [@defunctzombie](https://github.com/defunctzombie) for the [browser-field spec](https://github.com/defunctzombie/package-browser-field-spec), which makes modules available for node.js, browserify and webpack. - Every early webpack user, which contributed to webpack by writing issues or PRs. You influenced the direction...