From 9077643d14350e178135f2547eeb0dde2530a3ce Mon Sep 17 00:00:00 2001 From: Abhitesh Pundir <103356440+AbhiteshPundir@users.noreply.github.com> Date: Thu, 12 Oct 2023 06:42:26 +0530 Subject: [PATCH] Removed a faulty link which did not open the mentioned book (#10118) * [An Introduction to C & GUI Programming](https://magpi.raspberrypi.com/books/c-gui-programming) - Simon Long (PDF) this link opened a site which asked for subscription to view the file. --- books/free-programming-books-langs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 8e6cd3fa0..4cc7aa24b 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -436,7 +436,6 @@ Books on general-purpose programming that don't focus on a specific language are * [256-Color VGA Programming in C](http://www.brackeen.com/vga/) - David Brackeen * [A Tutorial on Pointers and Arrays in C](https://web.archive.org/web/20180827131006/http://home.earthlink.net/~momotuk/pointers.pdf) - Ted Jensen (PDF) *(:card_file_box: archived)* * [Algorithms Design (in C)](https://www.ime.usp.br/~pf/algorithms/) - Paulo Feofiloff (HTML) -* [An Introduction to C & GUI Programming](https://magpi.raspberrypi.com/books/c-gui-programming) - Simon Long (PDF) * [Bare-metal programming for ARM](https://github.com/umanovskis/baremetal-arm) - Daniels Umanovskis [(PDF)](http://umanovskis.se/files/arm-baremetal-ebook.pdf) * [Beej's Guide to C Programming](http://beej.us/guide/bgc/) - Brian "Beej Jorgensen" Hall (HTML, PDF) * [Beej's Guide to the GNU Debugger (GDB)](http://beej.us/guide/bggdb/) - Brian "Beej Jorgensen" Hall (HTML)