From eb060966911641da01282cde45654022cef3a0b4 Mon Sep 17 00:00:00 2001 From: Migle <115370256+migliusss@users.noreply.github.com> Date: Wed, 5 Mar 2025 21:43:09 +0100 Subject: [PATCH] Issue: #11838 Spring Boot - Unavailable URL (#11839) * fix: Change unavailable URL for Spring Boot. * fix: Add indications. --- 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 fa5360400..ab0d911f9 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1119,7 +1119,7 @@ Books on general-purpose programming that don't focus on a specific language are #### Spring Boot -* [Building modern Web Apps with Spring Boot and Vaadin](https://v.vaadin.com/hubfs/Pdfs/Building%20Modern%20Web%20Apps%20with%20Spring%20Boot%20and%20Vaadin.pdf) (PDF) +* [Building modern Web Apps with Spring Boot and Vaadin](https://vaadin.com/docs/v14/flow/tutorial/overview) - Vaadin (HTML) * [Spring Boot Reference Guide](https://docs.spring.io/spring-boot/docs/current/reference/html/) - Phillip Webb, et al. ([PDF](https://docs.spring.io/spring-boot/docs/current/reference/pdf/spring-boot-reference.pdf))