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 /pt-br | |
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 'pt-br')
-rw-r--r-- | pt-br/c-pt.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pt-br/c-pt.html.markdown b/pt-br/c-pt.html.markdown index e1c27958..4e55f068 100644 --- a/pt-br/c-pt.html.markdown +++ b/pt-br/c-pt.html.markdown @@ -8,6 +8,7 @@ translators: - ["João Farias", "https://github.com/JoaoGFarias"] - ["Elton Viana", "https://github.com/eltonvs"] - ["Cássio Böck", "https://github.com/cassiobsilva"] + - ["Heitor P. de Bittencourt", "https://github.com/heitorPB/"] lang: pt-br filename: c-pt.el --- @@ -641,7 +642,7 @@ typedef void (*minha_função_type)(char *); Este é *o* livro sobre C, escrito pelos criadores da linguagem. Mas cuidado - ele é antigo e contém alguns erros (bem, ideias que não são mais consideradas boas) ou práticas ultrapassadas. -Outra boa referência é [Learn C the hard way](http://c.learncodethehardway.org/book/). +Outra boa referência é [Learn C the hard way](http://learncodethehardway.org/c/). Se você tem uma pergunta, leia [compl.lang.c Frequently Asked Questions](http://c-faq.com). |