Skip to content

Commit d7300d8

Browse files
author
Debakar Roy
authored
Fix broken link to ECMAScript 6 compatibility table and mo.js (#871)
* Fix broken link * Fix broken link for mo.js
1 parent ac34428 commit d7300d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
966966
* [shuffle-images](https://github.com/peachananr/shuffle-images) - The Simplest Way to shuffle through images in a Creative Way.
967967
* [smoothState.js](https://github.com/miguel-perez/smoothState.js) - Unobtrusive page transitions with jQuery.
968968
* [Anime.js](https://animejs.com/) - A JavaScript animation engine.
969-
* [Mo.js](http://mojs.io) - Motion graphics toolbelt for the web.
969+
* [Mo.js](https://mojs.github.io/) - Motion graphics toolbelt for the web.
970970
* [particles.js](https://github.com/VincentGarreau/particles.js) - A lightweight JavaScript library for creating particles.
971971
* [tsParticles](https://github.com/matteobruni/tsparticles) - A new and improved version of particles.js with bug fixes and many new features.
972972
* [particles-bg](https://github.com/lindelof/particles-bg) - A lightweight React particles animation background component.
@@ -985,7 +985,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
985985
* [es6features](https://github.com/lukehoban/es6features) - Overview of ECMAScript 6 features.
986986
* [es6-features](https://github.com/rse/es6-features) - ECMAScript 6: Feature Overview & Comparison.
987987
* [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet) - ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets.
988-
* [ECMAScript 6 compatibility table](http://kangax.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
988+
* [ECMAScript 6 compatibility table](https://compat-table.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments.
989989
* [Babel (Formerly 6to5)](https://github.com/babel/babel) - Turn ES6+ code into vanilla ES5 with no runtime.
990990
* [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more.
991991

0 commit comments

Comments
 (0)