From d6ede11d43d48840a486300d3de6ad133927d2b2 Mon Sep 17 00:00:00 2001 From: Harshita Kohli <54809528+Harshita-Kohli@users.noreply.github.com> Date: Sun, 31 Oct 2021 23:30:12 +0530 Subject: [PATCH] Changed the URL for C for Python Programmers by Carl Burch (#6519) * Update free-programming-books-langs.md * Update free-programming-books-langs.md * Changed the position of author name --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 39551cae..3eb0c6e6 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -427,7 +427,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Beej's Guide to the GNU Debugger (GDB)](http://beej.us/guide/bggdb/) - B. Hall (HTML) * [Build Your Own Lisp](http://www.buildyourownlisp.com) - Daniel Holden * [C Elements of Style](http://www.oualline.com/books.free/style/) - Steve Oualline -* [C for Python Programmers - Carl Burch](http://www.toves.org/books/cpy/) +* [C for Python Programmers](http://www.cburch.com/books/cpy/) - Carl Burch * [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](https://gribblelab.org/teaching/CBootCamp/) -- GitLab