File 5701-docs-update-book-links.patch of Package erlang
From 5b168b253ef0cf993822d13cc4beb2bd8c142979 Mon Sep 17 00:00:00 2001
From: Jakub Witczak <kuba@erlang.org>
Date: Wed, 20 Mar 2024 08:33:15 +0100
Subject: [PATCH] docs: update book links
- fixes links to "Erlang Programming" and "Programming Erlang" books
---
system/doc/top/templates/index.html.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src
index 31c604145b..6a77656f73 100644
--- a/system/doc/top/templates/index.html.src
+++ b/system/doc/top/templates/index.html.src
@@ -146,10 +146,10 @@ In addition to the documentation here Erlang is described in several books like:
<a href="https://www.nostarch.com/erlang">"Learn You Some Erlang for Great Good!"</a> from No Starch Press.
</li>
<li>
-<a href="https://oreilly.com/catalog/9780596518189">"Erlang Programming"</a> from O'Reilly.
+<a href="https://www.oreilly.com/library/view/erlang-programming/9780596803940">"Erlang Programming"</a> from O'Reilly.
</li>
<li>
-<a href="https://www.pragprog.com/book/jaerlang2/programming-erlang">"Programming Erlang"</a> from Pragmatic.
+<a href="https://www.pragprog.com/titles/jaerlang2/programming-erlang-2nd-edition/">"Programming Erlang"</a> from Pragmatic.
</li>
<li>
<a href="https://www.manning.com/logan">"Erlang and OTP in Action"</a> from Manning.
--
2.35.3