From d3368152c5df865dd78f8779e9189813d1964618 Mon Sep 17 00:00:00 2001 From: Gilson Urbano Date: Sun, 19 Sep 2021 03:40:35 +0200 Subject: [PATCH] Fix broken link (#5549) --- books/free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index c281ddce..112fac07 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -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/)