From 46fdf986953fe32f1b8260e61e9655677530241f Mon Sep 17 00:00:00 2001 From: Yajunesh MR <145507360+Yajunesh@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:51:49 +0530 Subject: [PATCH] fix: update College Mathematics with APL link in APL section (#12927) Co-authored-by: Yajunesh M R --- 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 5ffab73dd..cda9792a0 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -278,7 +278,7 @@ Books on general-purpose programming that don't focus on a specific language are ### APL * [APL2 at a glance](https://ia801009.us.archive.org/28/items/apl-2-at-a-glance-brown-pakin-polivka/APL2_at_a_Glance_-_Brown_Pakin_Polivka.pdf) - James A. Brown, Sandra Pakin, Raymond P. Polivka - 1988 (PDF) -* [Introduction to College Mathematics with A Programming Language (1978)](https://www.softwarepreservation.org/projects/apl/Books/CollegeMathematicswithAPL) - E. J. LeCuyer (PDF) +* [Introduction to College Mathematics with A Programming Language (1978)](https://softwarepreservation.computerhistory.org/apl/book/CollegeMathematicswithAPL.pdf) - E. J. LeCuyer (PDF) * [Learning APL](https://xpqz.github.io/learnapl) - Stefan Kruger (HTML,PDF,IPYNB) * [Mastering Dyalog APL](https://www.dyalog.com/mastering-dyalog-apl.htm) (PDF, HTML, IPYNB) *( :construction: in process)* * [Reinforcement Learning From The Ground Up](https://romilly.github.io/o-x-o) - Romilly Cocking (PDF, HTML, IPYNB) *( :construction: in process)*