diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2020-01-11 14:06:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 14:06:52 +0530 |
commit | 1d00814fb79a0a45ee67c5b2437922de95cd1474 (patch) | |
tree | af47b1947e530d098c8e395a906801c6ee0e5f6f /es-es | |
parent | d5681518044bcebcc706fd93bc5903e2ff98fef8 (diff) | |
parent | ce9d59bdb2a7d263045d77e3ea40d4f6ef61c572 (diff) |
Merge pull request #3683 from heitorPB/c-update-book-link
[C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
Diffstat (limited to 'es-es')
-rw-r--r-- | es-es/c-es.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/es-es/c-es.html.markdown b/es-es/c-es.html.markdown index 8bc1eabb..cae4349e 100644 --- a/es-es/c-es.html.markdown +++ b/es-es/c-es.html.markdown @@ -5,6 +5,7 @@ contributors: - ["Adam Bard", "http://adambard.com/"] translators: - ["Francisco GarcÃa", "http://flaskbreaker.tumblr.com/"] + - ["Heitor P. de Bittencourt", "https://github.com/heitorPB/"] lang: es-es --- @@ -423,7 +424,7 @@ libro de C, escrito por Dennis Ritchie, creador de C y Brian Kernighan. Aún asà se cuidadoso, es antiguo, contiene algunas inexactitudes, y algunas prácticas han cambiado. -Otro buen recurso es [Learn C the hard way](http://c.learncodethehardway.org/book/). +Otro buen recurso es [Learn C the hard way](http://learncodethehardway.org/c/). Si tienes una pregunta, lee [compl.lang.c Frequently Asked Questions](http://c-faq.com). |