diff options
| author | Heitor Pascoal de Bittencourt <heitorpbittencourt@gmail.com> | 2019-10-08 21:30:02 -0300 | 
|---|---|---|
| committer | Heitor Pascoal de Bittencourt <heitorpbittencourt@gmail.com> | 2019-10-08 21:30:02 -0300 | 
| commit | c643189c0f792402237d253dcf4110f4f69b09d6 (patch) | |
| tree | d0638b5654eafb2a2ad8c04b2524a1dc5f3d4aa8 | |
| parent | b06385dd128cec36143853efacf7e9fac0bf9b1f (diff) | |
[c/pt-br] Fix book link
| -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).  | 
