fix resource capitalisation and add resource to c.html.markdown

This commit is contained in:
Joe Savage 2015-08-29 11:47:09 +01:00
parent 3d0687027a
commit 85d80b9e5d

View File

@ -634,7 +634,7 @@ Best to find yourself a copy of [K&R, aka "The C Programming Language"](https://
It is *the* book about C, written by Dennis Ritchie, the creator of C, and Brian Kernighan. Be careful, though - it's ancient and it contains some
inaccuracies (well, ideas that are not considered good anymore) or now-changed practices.
Another good resource is [Learn C the hard way](http://c.learncodethehardway.org/book/).
Other good resources include [Learn C The Hard Way](http://c.learncodethehardway.org/book/) and [SourceCrunch](https://www.sourcecrunch.com/courses/foundations-of-c).
If you have a question, read the [compl.lang.c Frequently Asked Questions](http://c-faq.com).