Remove problematic links (#2235)

* Remove problematic links

* Fix according to comments

* Formatting
This commit is contained in:
victor felder
2017-01-15 22:21:48 +01:00
committed by GitHub
parent c649fc1a3b
commit 1eeed8f5f6
18 changed files with 30 additions and 101 deletions

View File

@ -9,7 +9,7 @@ By contributing you agree to respect the [Code of Conduct](https://github.com/vh
2. You don't have to know git: if you found something of interest which is *not already in this repo*, please open an issue with your links propositions.
- If you know git, please fork the repo and send pull requests.
3. We have 5 kinds of lists. Choose the right one:
- *Books* : PDF, HTML, ePub, a gitbook.io based site, a Git repo, etc.
- *Courses* : A course is a learning material which is not a book and where there is no interactive tool embedded in the site. [This is a course](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/).
- *Interactive Tutorials* : An interactive website which lets the user type code or commands and evaluates the result (by "evaluate" we don't mean "grade"). e.g.: [Try Haskell](http://tryhaskell.org), [Try Github](http://try.github.io).