Fix broken link (#5549)

This commit is contained in:
Gilson Urbano 2021-09-19 03:40:35 +02:00 committed by GitHub
parent eae0c59040
commit d3368152c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ Kerridge (PDF) (email address *requested*, not required)
* [C for Python Programmers - Carl Burch](http://www.toves.org/books/cpy/)
* [C Notes for Professionals](https://goalkicker.com/CBook) - Compiled from StackOverflow Documentation (PDF)
* [C Programming](https://en.wikibooks.org/wiki/Programming%3AC) - Wikibooks
* [C Programming Boot Camp - Paul Gribble](http://www.gribblelab.org/CBootCamp/)
* [C Programming Boot Camp - Paul Gribble](https://gribblelab.org/teaching/CBootCamp/)
* [Deep C](http://www.slideshare.net/olvemaudal/deep-c)
* [Essential C](http://cslibrary.stanford.edu/101/EssentialC.pdf) - Nick Parlante (PDF)
* [Everything you need to know about pointers in C - Peter Hosey](http://boredzo.org/pointers/)