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 /ru-ru | |
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 'ru-ru')
-rw-r--r-- | ru-ru/c-ru.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ru-ru/c-ru.html.markdown b/ru-ru/c-ru.html.markdown index 389c8bc9..ba3c19ee 100644 --- a/ru-ru/c-ru.html.markdown +++ b/ru-ru/c-ru.html.markdown @@ -471,7 +471,7 @@ void str_reverse_through_pointer(char *str_in) { Лучше всего найдите копию [K&R, aka "The C Programming Language"](https://en.wikipedia.org/wiki/The_C_Programming_Language) Это **книга** написанная создателями Си. Но будьте осторожны, она содержит идеи которые больше не считаются хорошими. -Другой хороший ресурс: [Learn C the hard way](http://c.learncodethehardway.org/book/). +Другой хороший ресурс: [Learn C the hard way](http://learncodethehardway.org/c/). Если у вас появился вопрос, почитайте [compl.lang.c Frequently Asked Questions](http://c-faq.com). |