Skip to content

Commit 7386881

Browse files
committed
Merge pull request #62 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents 1eabd02 + 4c22254 commit 7386881

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
1616
* [Learn JavaScript Essentials (for all skill levels)](https://medium.com/javascript-scene/learn-javascript-b631a4af11f2) One clear path to JavaScript mastery #article
1717
* [The Two Pillars of JavaScript Part 1: Prototypal OO](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3) #article
1818
* [The Two Pillars of JavaScript Part 2: Functional Programming](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) #article
19-
* [JavaScript Objects](http://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson #article
19+
* [JavaScript Objects](https://davidwalsh.name/javascript-objects) An excellent explanation of inheritance in JavaScript by Kyle Simpson #article
2020
* [How to Use ES6 for Universal JavaScript Apps](https://medium.com/javascript-scene/how-to-use-es6-for-isomorphic-javascript-apps-2a9c3abe5ea2) A Babel config walkthrough #article
21-
* [Unapply attack](http://glebbahmutov.com/blog/unapply-attack/) Make your JS apps more secure by freezing builtins. #article
21+
* [Unapply attack](https://glebbahmutov.com/blog/unapply-attack/) Make your JS apps more secure by freezing builtins. #article
2222
* [JavaScript Application Architecture on the Road to 2015](https://medium.com/@addyosmani/javascript-application-architecture-on-the-road-to-2015-d8125811101b) Addy Osmani #article
2323
* [Modularity](http://jlongster.com/Modularity) A pragmatic take on the tiny modules vs batteries included approach
2424
* [Computer Science in JavaScript](https://github.com/nzakas/computer-science-in-javascript) by Nicholas C. Zakas #article
@@ -27,7 +27,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
2727
* [Introduction to Reactive Programming](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754) #article
2828
* [The General Theory of Reactivity](https://github.com/kriskowal/gtor) What is all this talk about reactive? Functional? Promises? This is the beginning of a reactive programming bible. #article
2929
* [Why Functional Programming Matters](http://www.cse.chalmers.se/~rjmh/Papers/whyfp.pdf) by John Hughes, 1984 #paper #pdf
30-
* [ES6 Generators](http://davidwalsh.name/es6-generators) A series of blog posts by Kyle Simpson #article
30+
* [ES6 Generators](https://davidwalsh.name/es6-generators) A series of blog posts by Kyle Simpson #article
3131
* [Typed JavaScript](http://www.2ality.com/2014/10/typed-javascript.html) Excellent post about the state of typed JavaScript by Axel Rauschmayer #article
3232
* [ES6 Modules: The Final Syntax](http://www.2ality.com/2014/09/es6-modules-final.html) by @rauschma #article
3333
* [javascript-sdk-design](https://github.com/huei90/javascript-sdk-design) A guide for people building JavaScript client SDKs #article
@@ -93,12 +93,12 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
9393
* [Tern](http://ternjs.net/) Static analysis in JavaScript
9494
* [JSDoc](http://usejsdoc.org/) Pair with [Tern](http://ternjs.net/) for static analysis
9595
* [Slate](https://github.com/tripit/slate) Generate beautiful API docs for your apps
96-
* [Slack](http://slack.com) Chat for teams, with GitHub and Google hangouts integration
96+
* [Slack](https://slack.com/) Chat for teams, with GitHub and Google hangouts integration
9797
* [Gitter](https://gitter.im/) Like Slack, but better for OSS projects and free chat.
9898
* [Airety](https://airety.com/) Better developer interviews via pair programming.
9999
* [PrettyDiff](http://prettydiff.com/)
100-
* [Babel Repl](https://babeljs.io/repl) The Babel REPL with compiled output
101-
* [Nitrous.IO](https://pro.nitrous.io/) Online IDE in the cloud with collaboration & Docker containers
100+
* [Babel Repl](http://babeljs.io/repl/) The Babel REPL with compiled output
101+
* [Nitrous.IO](https://www.nitrous.io/) Online IDE in the cloud with collaboration & Docker containers
102102
* [Koding](https://koding.com) Online cloud development platform with video & audio collaboration
103103

104104

@@ -120,7 +120,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
120120
* [Istanbul](https://github.com/gotwarlost/istanbul) Code coverage reporting
121121
* [tape](https://github.com/substack/tape) Dead simple unit testing #code
122122
* [faucet](https://github.com/substack/faucet) Prettify unit testing output (like what comes from tape).
123-
* [Supertest](https://github.com/tj/supertest) The best way to test HTTP endpoints.
123+
* [Supertest](https://github.com/visionmedia/supertest) The best way to test HTTP endpoints.
124124

125125

126126
### Transpilers
@@ -147,7 +147,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
147147
* [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) You'll want to cherry-pick the best of this for your production apps. See [Initializr](http://www.initializr.com) #code
148148
* [UpUp](https://www.talater.com/upup/) Make sure your site works even when your user is offline. #code
149149
* [cf-package](https://github.com/cloverfield-tools/cf-package) A Cloverfield scaffold that generates new modules (npm packages) complete with npm scripts and useful boilerplate. #code
150-
* [The Universal React Boilerplate](https://github.com/ericelliott/universal-react-boilerplate) Write apps using the same code for both the client and the server using Node, Express, and Browserify. #code
150+
* [The Universal React Boilerplate](https://github.com/cloverfield-tools/universal-react-boilerplate) Write apps using the same code for both the client and the server using Node, Express, and Browserify. #code
151151
* [NodeGoat](https://github.com/OWASP/NodeGoat) Identify security vulnerabilities in your Node apps. #code
152152
* [lightning.js](https://github.com/olark/lightningjs) Async fetch load 3rd party JS & expose a promise API. #code
153153
* [native-promise-only](https://github.com/getify/native-promise-only) An ECMAScript standard promise polyfill by Kyle Simpson. #code
@@ -158,7 +158,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
158158
* [jQuery](http://jquery.com/) Most popular JS lib by a landslide. #code
159159
* [React](https://github.com/facebook/react) What do Facebook, Instagram, Netflix and PayPal have in common? React. #code
160160
* [Cycle.js](http://cycle.js.org) Like React, but more functional & reactive #code
161-
* [Lodash-FP](https://github.com/lodash/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API. #code
161+
* [Lodash-FP](https://github.com/lodash-archive/lodash-fp) Like Underscore, but much faster, and featuring a more expressive API. #code
162162
* [RxJS](https://github.com/Reactive-Extensions/RxJS) Reactive extensions for JavaScript. [What's reactive?](https://medium.com/javascript-scene/the-two-pillars-of-javascript-pt-2-functional-programming-a63aa53a41a4) #code
163163
* [Page.js](https://github.com/visionmedia/page.js) Tiny client-side router, inspired by Express. #code
164164
* [Moment](http://momentjs.com/docs/) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates. #code
@@ -167,7 +167,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
167167
* [Leaflet](http://leafletjs.com/) Interactive map UIs made easy. #code
168168
* [Lusca](https://github.com/krakenjs/lusca) Secure your Express application. By the Kraken team at PayPal.
169169
* [Express](http://expressjs.com/) The most popular framework for Node. #code
170-
* [Stampit](https://github.com/ericelliott/stampit) Create objects from reusable, composable behaviors. Prototypal inheritance with stamps. #code
170+
* [Stampit](https://github.com/stampit-org/stampit) Create objects from reusable, composable behaviors. Prototypal inheritance with stamps. #code
171171
* [Credential](https://github.com/ericelliott/credential) If you write Node apps with password logins, you need Credential. #code
172172
* [node-jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) Easy JSON Web Token auth. #code
173173
* [cuid](https://github.com/ericelliott/cuid) GUIDs are broken - use cuid, instead. #code
@@ -196,14 +196,14 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
196196
* [livereactload](https://github.com/milankinen/livereactload) Live patching for Browserify #code
197197
* [Redux](https://github.com/rackt/redux) Predictable state container (store) for JavaScript apps #code
198198
* [Redux Devtools](https://github.com/gaearon/redux-devtools) DevTools for Redux with hot reloading, timetravel debugging, and customizable UI
199-
* [Cerebral](https://github.com/christianalfoni/cerebral) An immutable store for global app state #code
199+
* [Cerebral](https://github.com/cerebral/cerebral) An immutable store for global app state #code
200200
* [react-native](https://github.com/facebook/react-native) React for mobile devices #code
201201
* [Elemental-UI](http://elemental-ui.com/) Modular UI component library for React. #code
202202
* [VelocityReact](https://github.com/twitter-fabric/velocity-react) Great animations for React #code
203203
* [react-art](https://github.com/reactjs/react-art) React for SVG or canvas #code
204204
* [react-canvas](https://github.com/Flipboard/react-canvas) React for canvas #code
205205
* [react-three](https://github.com/Izzimach/react-three) Three.js rendering for React #code
206-
* [react.rocks](http://react.rocks/) Pinterest-style directory of online demos with available code
206+
* [react.rocks](https://react.rocks/) Pinterest-style directory of online demos with available code
207207
* [TodoMVC in React](http://todomvc.com/examples/react/) #example
208208
* [JSX Specification](http://facebook.github.io/jsx/) #documentation
209209

@@ -217,15 +217,15 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
217217
* [Relay FAQ](https://gist.github.com/wincent/598fa75e22bdfa44cf47) #article
218218
* [Mutations in Relay (slideshow)](https://speakerdeck.com/laneyk/mutations-in-relay) Slideshow + speaker notes #slideshow
219219
* [Relay and Routing](https://medium.com/@cpojer/relay-and-routing-36b5439bad9) by Christoph Pojer. #article
220-
* [Getting started with GraphQL and Node.js](http://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/) #article
220+
* [Getting started with GraphQL and Node.js](https://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/) #article
221221
* [GraphQL Specification](https://github.com/facebook/graphql)
222222
* [GraphQL Reference Implementation](https://github.com/graphql/graphql-js) #code
223223
* [graphql-server](https://github.com/RisingStack/graphql-server) A GraphQL server implementation with Mongo / Mongoose #code
224224

225225

226226
## Web Components
227227

228-
* [FIRST](http://addyosmani.com/first/)
228+
* [FIRST](https://addyosmani.com/first/)
229229
* [Polyfills](http://webcomponents.org/polyfills/)
230230
* [HTML Imports](http://webcomponents.org/articles/introduction-to-html-imports/)
231231
* [Custom Elements](http://webcomponents.org/articles/introduction-to-custom-elements/)
@@ -243,9 +243,9 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
243243
* [Sauce Labs](https://saucelabs.com/) Cross platform web application testing with great collaboration and integration support
244244
* [Travis CI](https://travis-ci.org/) CI, of course
245245
* [Docker](https://www.docker.com/) Run your CI process using the same OS configs as your production systems.
246-
* [Shippable](https://www.shippable.com/) Docker-based hosted build / CI
246+
* [Shippable](https://app.shippable.com/) Docker-based hosted build / CI
247247
* [Tensō](http://avoidwork.github.io/tenso/) A thin API facade in Node
248-
* [Kong](http://getkong.org/) API/microservice extension and management layer, centralize auth, cache, logging, rate limiting, etc... plugins in Lua );
248+
* [Kong](https://getkong.org/) API/microservice extension and management layer, centralize auth, cache, logging, rate limiting, etc... plugins in Lua );
249249

250250

251251
## Community
@@ -269,7 +269,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
269269
* [EchoJS](http://www.echojs.com/)
270270
* [JavaScript Live](https://jslive.com/)
271271
* [JavaScript.com News](https://www.javascript.com/news)
272-
* [Node Module Of The Week](http://nmotw.in)
272+
* [Node Module Of The Week](https://nmotw.in)
273273
* [JavascriptKicks](http://javascriptkicks.com)
274274
* [5 Minutes of Javascript](https://fivejs.codeschool.com/)
275275

@@ -289,7 +289,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
289289
* [JS1k](http://js1k.com/) JavaScript demos in 1k of memory
290290
* [JS13k Games](http://js13kgames.com/) JavaScript games in 13k of memory
291291
* [FightCode game](http://fightcodegame.com/) program virtual battle bots and climb the leaderboard
292-
* [Node Knockout](http://nodeknockout.com/) The legendary Node competition
292+
* [Node Knockout](http://www.nodeknockout.com/) The legendary Node competition
293293

294294

295295
## Hackable Hardware

0 commit comments

Comments
 (0)