Skip to content

Commit c61a687

Browse files
ReadmeCriticHuei Tan
authored andcommitted
Update README URLs based on HTTP redirects (sorrycc#292)
1 parent 75a1786 commit c61a687

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
8989
## Loaders
9090
*Module or loading system for JavaScript.*
9191

92-
* [RequireJS](https://github.com/jrburke/requirejs) - A file and module loader for JavaScript.
92+
* [RequireJS](https://github.com/requirejs/requirejs) - A file and module loader for JavaScript.
9393
* [browserify](https://github.com/substack/node-browserify) - Browser-side require() the node.js way.
9494
* [SeaJS](https://github.com/seajs/seajs) - A Module Loader for the Web.
9595
* [HeadJS](https://github.com/headjs/headjs) - The only script in your HEAD.
@@ -138,7 +138,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
138138

139139
* [phantomjs](https://github.com/ariya/phantomjs) - Scriptable Headless WebKit.
140140
* [slimerjs](https://github.com/laurentj/slimerjs) - A PhantomJS-like tool running Gecko.
141-
* [casperjs](https://github.com/n1k0/casperjs) - Navigation scripting & testing utility for PhantomJS and SlimerJS.
141+
* [casperjs](https://github.com/casperjs/casperjs) - Navigation scripting & testing utility for PhantomJS and SlimerJS.
142142
* [zombie](https://github.com/assaf/zombie) - Insanely fast, full-stack, headless browser testing using node.js.
143143
* [totoro](https://github.com/totorojs/totoro) - A simple and stable cross-browser testing tool.
144144
* [karma](https://github.com/karma-runner/karma) - Spectacular Test Runner for JavaScript.
@@ -212,7 +212,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
212212
* [eco](https://github.com/sstephenson/eco/) - Embedded CoffeeScript templates.
213213
* [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
214214
* [t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped.
215-
* [Jade](https://github.com/pugjs/jade) - Robust, elegant, feature rich template engine for nodejs.
215+
* [Jade](https://github.com/pugjs/pug) - Robust, elegant, feature rich template engine for nodejs.
216216
* [EJS](https://github.com/mde/ejs) - Effective JavaScript templating.
217217
* [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser
218218
* [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output.
@@ -225,11 +225,11 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
225225
## Data Visualization
226226
*Data visualization tools for the web.*
227227

228-
* [d3](https://github.com/mbostock/d3) - A JavaScript visualization library for HTML and SVG.
228+
* [d3](https://github.com/d3/d3) - A JavaScript visualization library for HTML and SVG.
229229
* [metrics-graphics](https://github.com/mozilla/metrics-graphics) - A library optimized for concise, principled data graphics and layouts.
230230
* [pykcharts.js](https://github.com/pykih/PykCharts.js) - Well designed d3.js charting without the complexity of d3.js.
231231
* [three.js](https://github.com/mrdoob/three.js) - JavaScript 3D library.
232-
* [Chart.js](https://github.com/nnnick/Chart.js) - Simple HTML5 Charts using the <canvas> tag.
232+
* [Chart.js](https://github.com/chartjs/Chart.js) - Simple HTML5 Charts using the <canvas> tag.
233233
* [paper.js](https://github.com/paperjs/paper.js) - The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas.
234234
* [fabric.js](https://github.com/kangax/fabric.js) - Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser.
235235
* [peity](https://github.com/benpickles/peity) - Progressive <svg> bar, line and pie charts.
@@ -259,7 +259,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
259259
* [dimple.js](http://dimplejs.org) - Easy charts for business analytics powered by d3
260260
* [chartist-js](https://github.com/gionkunz/chartist-js) - Simple responsive charts.
261261
* [epoch](https://github.com/epochjs/epoch) - A general purpose real-time charting library.
262-
* [c3](https://github.com/masayuki0812/c3) - D3-based reusable chart library.
262+
* [c3](https://github.com/c3js/c3) - D3-based reusable chart library.
263263
* [BabylonJS](https://github.com/BabylonJS/Babylon.js) - A framework for building 3D games with HTML 5 and WebGL.
264264

265265
There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](http://www.anychart.com), [plotly](https://plot.ly/), and [highchart](http://www.highcharts.com/).
@@ -301,14 +301,14 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
301301

302302
* [DevDocs](http://devdocs.io/) is an all-in-one API documentation reader with a fast, organized, and consistent interface.
303303
* [dexy](http://www.dexy.it/) is a free-form literate documentation tool for writing any kind of technical document incorporating code.
304-
* [docco](http://jashkenas.github.com/docco/) is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
304+
* [docco](http://jashkenas.github.io/docco/) is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
305305
* [styledocco](http://jacobrask.github.io/styledocco/) generates documentation and style guide documents from your stylesheets.
306306
* [Ronn](https://github.com/rtomayko/ronn) builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web.
307-
* [dox](https://github.com/visionmedia/dox) is a JavaScript documentation generator written with node. Dox no longer generates an opinionated structure or style for your docs, it simply gives you a JSON representation, allowing you to use markdown and JSDoc-style tags.
307+
* [dox](https://github.com/tj/dox) is a JavaScript documentation generator written with node. Dox no longer generates an opinionated structure or style for your docs, it simply gives you a JSON representation, allowing you to use markdown and JSDoc-style tags.
308308
* [jsdox](https://github.com/sutoiku/jsdox) is a JSDoc3 to Markdown documentation generator.
309-
* [YUIDoc](http://yui.github.com/yuidoc/) is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen.
310-
* [coddoc](http://doug-martin.github.com/coddoc/) is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs.
311-
* [sphinx](http://sphinx-doc.org/) a tool that makes it easy to create intelligent and beautiful documentation
309+
* [YUIDoc](http://yui.github.io/yuidoc/) is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen.
310+
* [coddoc](http://doug-martin.github.io/coddoc/) is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs.
311+
* [sphinx](http://www.sphinx-doc.org/) a tool that makes it easy to create intelligent and beautiful documentation
312312
* [Using JSDoc](http://usejsdoc.org/)
313313
* [Beautiful docs](http://beautifuldocs.com/) is a documentation viewer based on markdown files.
314314
* [documentation.js](http://documentation.js.org) - API documentation generator with support for ES2015+ and flow annotation.
@@ -377,14 +377,14 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
377377
* [multiline](https://github.com/sindresorhus/multiline) - Multiline strings in JavaScript.
378378
* [query-string](https://github.com/sindresorhus/query-string) - Parse and stringify URL query strings.
379379
* [URI.js](https://github.com/medialize/URI.js/) - Javascript URL mutation library.
380-
* [jsurl](https://github.com/Mikhus/jsurl) - Lightweight URL manipulation with JavaScript.
380+
* [jsurl](https://github.com/Mikhus/domurl) - Lightweight URL manipulation with JavaScript.
381381
* [sprintf.js](https://github.com/alexei/sprintf.js) - A sprintf implementation.
382382
* [url-pattern](https://github.com/snd/url-pattern) - Easier than regex string matching patterns for urls and other strings. Turn strings into data or data into strings
383383

384384
## Number
385385

386386
* [Numeral-js](https://github.com/adamwdraper/Numeral-js) - A javascript library for formatting and manipulating numbers.
387-
* [chance.js](https://github.com/victorquinn/chancejs) - Random generator helper in Javascript. Can generate numbers, strings etc.
387+
* [chance.js](https://github.com/chancejs/chancejs) - Random generator helper in Javascript. Can generate numbers, strings etc.
388388
* [odometer](https://github.com/HubSpot/odometer) - Smoothly transitions numbers with ease.
389389
* [accounting.js](https://github.com/josscrowcroft/accounting.js) - A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
390390
* [money.js](https://github.com/josscrowcroft/money.js) - A tiny (1kb) javascript currency conversion library, for web & nodeJS.
@@ -586,16 +586,16 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
586586
* [vegas](https://github.com/jaysalvat/vegas) - A jQuery plugin to add beautiful fullscreen backgrounds to your webpages. It even allows Slideshows.
587587
* [Sequence](https://github.com/IanLunn/Sequence) - CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications.
588588
* [reveal.js](https://github.com/hakimel/reveal.js) - A framework for easily creating beautiful presentations using HTML.
589-
* [impress.js](https://github.com/bartaz/impress.js) - It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
590-
* [bespoke.js](https://github.com/markdalgleish/bespoke.js) - DIY Presentation Micro-Framework
589+
* [impress.js](https://github.com/impress/impress.js) - It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
590+
* [bespoke.js](https://github.com/bespokejs/bespoke) - DIY Presentation Micro-Framework
591591
* [Strut](https://github.com/tantaman/Strut) - Strut - An Impress.js and Bespoke.js Presentation Editor
592592
* [PhotoSwipe](https://github.com/dimsemenov/PhotoSwipe) - JavaScript image gallery for mobile and desktop, modular, framework independent.
593593
* [jcSlider](https://github.com/JoanClaret/jcSlider) - A responsive slider jQuery plugin with CSS animations.
594594
* [basic-jquery-slider](https://github.com/jcobb/basic-jquery-slider) - Simple to use, simple to theme, simple to customise.
595595
* [jQuery.adaptive-slider](https://github.com/creative-punch/jQuery.adaptive-slider/) - A jQuery plugin for a slider with adaptive colored figcaption and navigation.
596596
* [slidr](https://github.com/bchanx/slidr) - add some slide effects.
597597
* [Flickity](https://github.com/metafizzy/flickity) - Touch, responsive, flickable galleries.
598-
* [Glide.js](https://github.com/jedrzejchalubek/Glide.js) - Responsive and touch-friendly jQuery slider. It's simple, lightweight and fast.
598+
* [Glide.js](https://github.com/jedrzejchalubek/glidejs) - Responsive and touch-friendly jQuery slider. It's simple, lightweight and fast.
599599
* [jQuery.adaptive-slider](https://github.com/creative-punch/jQuery.adaptive-slider/) - A jQuery plugin for a slider with adaptive colored figcaption and navigation.
600600

601601
## Range Sliders
@@ -708,7 +708,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
708708
## Table/Grid
709709

710710
* [jTable](https://github.com/hikalkan/jtable) - A jQuery plugin to create AJAX based CRUD tables.
711-
* [DataTables](http://www.datatables.net/) - (jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.
711+
* [DataTables](https://www.datatables.net/) - (jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.
712712
* [floatThead](https://github.com/mkoryak/floatThead) - (jQuery plug-in) lock any table's header while scrolling within the body. Works on any table and requires no custom html or css.
713713
* [Masonry](http://masonry.desandro.com/) - A cascading grid layout library.
714714
* [Packery](http://packery.metafizzy.co/) - A grid layout library that uses a bin-packing algorithm. Useable for draggable layouts.
@@ -834,13 +834,13 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
834834
* [list.js](https://github.com/javve/list.js) - Adds search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.
835835
http://www.listjs.com
836836
* [mixitup](https://github.com/patrickkunka/mixitup) - MixItUp - A Filter & Sort Plugin
837-
* [grid](https://github.com/uberVU/grid) - Drag and drop library for two-dimensional, resizable and responsive lists.
837+
* [grid](https://github.com/hootsuite/grid) - Drag and drop library for two-dimensional, resizable and responsive lists.
838838
* [jquery-match-height](https://github.com/liabru/jquery-match-height) - a responsive equal heights plugin for jQuery.
839839

840840
## Podcasts
841-
* [JavaScript Air](http://javascriptair.com) - The live video broadcast podcast all about JavaScript and the Web platform.
841+
* [JavaScript Air](https://javascriptair.com/) - The live video broadcast podcast all about JavaScript and the Web platform.
842842
* [Web of Tomorrow](http://www.weboftomorrowpodcast.com/) - Podcast about JavaScript for beginners.
843-
* [Javascript Jabber](https://devchat.tv/js-jabber/) - A weekly podcast about JavaScript, including Node.js, Front-End Technologies, Careers, Teams and more.
843+
* [Javascript Jabber](https://devchat.tv/js-jabber) - A weekly podcast about JavaScript, including Node.js, Front-End Technologies, Careers, Teams and more.
844844

845845
# Worth Reading
846846
* [braziljs/js-the-right-way](https://github.com/braziljs/js-the-right-way/)
@@ -867,7 +867,7 @@ http://www.listjs.com
867867
* [bolshchikov/js-must-watch](https://github.com/bolshchikov/js-must-watch)
868868
* [peterkokot/awesome-jquery](https://github.com/peterkokot/awesome-jquery)
869869
* [dinbror/you-might-not-need-jquery-plugins](https://github.com/dinbror/you-might-not-need-jquery-plugins)
870-
* [MaximAbramchuck/awesome-interviews](https://github.com/MaximAbramchuck/awesome-interviews)
870+
* [MaximAbramchuck/awesome-interviews](https://github.com/MaximAbramchuck/awesome-interview-questions)
871871

872872

873873
# Contributing

0 commit comments

Comments
 (0)