summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
diff options
context:
space:
mode:
authorJoe Savage <joe@reinterpretcast.com>2015-08-29 11:47:09 +0100
committerJoe Savage <joe@reinterpretcast.com>2015-08-29 11:47:09 +0100
commit85d80b9e5d8a124d00322f5228e5be64cd97c8ea (patch)
tree62f0ed2163e0811610d6f40d8197a247cc44eb77 /c.html.markdown
parent3d0687027a450d1778e6f7336f96962fa385ec53 (diff)
fix resource capitalisation and add resource to c.html.markdown
Diffstat (limited to 'c.html.markdown')
-rw-r--r--c.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index e2e15620..09806d93 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -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).