From 00ccf8fe57f372305d4969f3f10fd30d4592d7f7 Mon Sep 17 00:00:00 2001 From: Charlotte Tan Date: Mon, 16 Oct 2017 11:29:00 -0700 Subject: [PATCH] Update Gambas links, fixes #2523 (#2586) * Update Gambas links Updated broken Gambas beginner's guide link, and add additional link to Gambas resources since the original book's website has been taken down * removed gambas links Not sure the book is free anymore, and realised second link doesn't comply with contribution guidelines as it's not an actual book * Re-add beginner's guide to gambas --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index e6d1c763..2c5457cd 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -846,7 +846,7 @@ ### Basic * [10 PRINT CHR$(205.5+RND(1)); : GOTO 10](http://10print.org) - Nick Montfort, Patsy Baudoin, John Bell,Ian Bogost, Jeremy Douglass, Mark C. Marino, Michael Mateas, Casey Reas, Mark Sample, Noah Vawter -* [A beginner's guide to Gambas](http://beginnersguidetogambas.com) +* [A beginner's guide to Gambas](http://distro.ibiblio.org/vectorlinux/Uelsk8s/GAMBAS/gambas-beginner-guide.pdf) - John W. Rittinghouse (PDF) * [Pick/Basic: A Programmer's Guide](http://www.jes.com/pb/) - Jonathan E. Sisk * [Visual Basic Essentials](http://www.techotopia.com/index.php/Visual_Basic_Essentials) -- GitLab