Update URLs based on redirects

This commit is contained in:
Craig Davison
2015-12-13 17:32:57 +00:00
parent 553e13f4b4
commit fc7e944e27
24 changed files with 444 additions and 445 deletions

View File

@ -55,7 +55,7 @@
* [4Clojure - Koans](https://www.4clojure.com)
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
* [Try Clojure](http://tryclj.com)
* [Try Clojure](http://www.tryclj.com)
### CoffeeScript
@ -84,7 +84,7 @@
### Go
* [Go Koans](https://github.com/cdarwin/go-koans)
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
* [The Go Tutorial](http://tour.golang.org/)
### Haskell
@ -96,24 +96,24 @@
* [CSS Diner](http://flukeout.github.io)
* [Flexbox Froggy](http://flexboxfroggy.com)
* [Learn by doing beginner projects](https://dash.generalassemb.ly/projects)
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)
* [Learn by doing beginner projects](https://dash.generalassemb.ly/)
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
* [Prototyping a professional website](https://www.codecademy.com/skills/make-a-website)
### Java
* [CodingBat code practice](http://codingbat.com/java)
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
* [Learn Java](http://www.learnjavaonline.org)
### JavaScript
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
* [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
* [Javascript interactive tutorial on CodeCademy](http://www.codecademy.com/tracks/javascript)
* [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
* [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
* [Javascripting](https://github.com/sethvincent/javascripting)
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
@ -146,7 +146,7 @@
### NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
* [Try MongoDB](http://try.mongodb.org)
* [Try MongoDB](https://university.mongodb.com/)
* [Try Redis](http://try.redis.io)
@ -162,13 +162,13 @@
### PHP
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
* [CodeCademy PHP](https://www.codecademy.com/learn/php)
* [Learn PHP](http://www.learn-php.org)
### Python
* [Codecademy Python course](http://www.codecademy.com/tracks/python)
* [Codecademy Python course](https://www.codecademy.com/learn/python)
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Learn Python](http://www.learnpython.org)
* [Python Koans](https://github.com/gregmalcolm/python_koans)
@ -186,10 +186,10 @@
### Ruby
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
* [Ruby Koans](http://www.rubykoans.com)
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
* [RubyMonk - Interactive Ruby tutorials](https://rubymonk.com/)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)