summaryrefslogtreecommitdiffhomepage
path: root/c.html.markdown
diff options
context:
space:
mode:
authorHeitor Pascoal de Bittencourt <heitorpbittencourt@gmail.com>2019-10-08 21:22:47 -0300
committerHeitor Pascoal de Bittencourt <heitorpbittencourt@gmail.com>2019-10-08 21:22:47 -0300
commitda2caced2209b7e60699790715ff84585864e37f (patch)
treecd13d416d446448a4c2261509a0a2fe4153360ac /c.html.markdown
parentec4f9456990f9c0475a7480df2ffbf3f507f896a (diff)
[c/en] Fix link for Learn C the Hard Way book
Diffstat (limited to 'c.html.markdown')
-rw-r--r--c.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/c.html.markdown b/c.html.markdown
index 7975a1c2..e5ffc379 100644
--- a/c.html.markdown
+++ b/c.html.markdown
@@ -10,6 +10,7 @@ contributors:
- ["himanshu", "https://github.com/himanshu81494"]
- ["Joshua Li", "https://github.com/JoshuaRLi"]
- ["Dragos B. Chirila", "https://github.com/dchirila"]
+ - ["Heitor P. de Bittencourt", "https://github.com/heitorPB/"]
---
Ah, C. Still **the** language of modern high-performance computing.
@@ -820,7 +821,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/).
+Another good resource is [Learn C The Hard Way](http://learncodethehardway.org/c/).
If you have a question, read the [compl.lang.c Frequently Asked Questions](http://c-faq.com).