summaryrefslogtreecommitdiffhomepage
path: root/tr-tr
diff options
context:
space:
mode:
authorHeitor Pascoal de Bittencourt <heitorpbittencourt@gmail.com>2019-10-08 21:28:45 -0300
committerHeitor Pascoal de Bittencourt <heitorpbittencourt@gmail.com>2019-10-08 21:28:45 -0300
commitb06385dd128cec36143853efacf7e9fac0bf9b1f (patch)
tree3a8215986efbcef8624264f4713adb04c94637f4 /tr-tr
parent97c80bff9e4c75d52ca7b7f4a3c3ce895863b00e (diff)
[c/tr] Fix book link
Diffstat (limited to 'tr-tr')
-rw-r--r--tr-tr/c-tr.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/tr-tr/c-tr.html.markdown b/tr-tr/c-tr.html.markdown
index 6042a609..4ef12527 100644
--- a/tr-tr/c-tr.html.markdown
+++ b/tr-tr/c-tr.html.markdown
@@ -477,7 +477,7 @@ typedef void (*my_fnp_type)(char *);
[K&R, aka "The C Programming Language"](https://en.wikipedia.org/wiki/The_C_Programming_Language)'in bir kopyasını bulundurmak mükemmel olabilir
-Diğer bir iyi kaynak ise [Learn C the hard way](http://c.learncodethehardway.org/book/)
+Diğer bir iyi kaynak ise [Learn C the hard way](http://learncodethehardway.org/c/)
It's very important to use proper spacing, indentation and to be consistent with your coding style in general.
Readable code is better than clever code and fast code. For a good, sane coding style to adopt, see the