From b2e30cbd08f4a4c712fb498e58f74f45ad64709a Mon Sep 17 00:00:00 2001 From: alexmnrs Date: Sat, 27 Jun 2026 23:43:50 +0200 Subject: [PATCH] fix: update broken book links --- README.md | 2 +- web/src/data/library.ts | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d756b36..b8f4b64 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Pensamiento funcional duro y puro para expandir cómo entiendes el código. Concurrencia, simplicidad y tooling impecable para servicios y utilidades. - [El pequeño libro de Go](https://librosgratis.dev/books/go-pequeno-libro.pdf) — Karl Seguin, traducido por Raúl Exposito · PDF -- [Go en Español](https://nachopacheco.gitbooks.io/go-es/content/doc) — Nacho Pacheco +- [Go en Español](https://nachopacheco.gitbooks.io/go-es/content/doc/) — Nacho Pacheco ## Kotlin diff --git a/web/src/data/library.ts b/web/src/data/library.ts index 398c794..6e18213 100644 --- a/web/src/data/library.ts +++ b/web/src/data/library.ts @@ -443,8 +443,7 @@ export const librarySections: LibrarySection[] = [ { id: 'introduccion-a-la-programacion-con-python-3', title: 'Introducción a la programación con Python 3', - href: 'https://repositori.uji.es/items/992c7ee2-fef4-4061-9958-aefe932fd611', - pdfHref: '/books/python-introduccion-programacion-3.pdf', + href: '/books/python-introduccion-programacion-3.pdf', author: 'Andrés Marzal Varó, Isabel Gracia Luengo, Pedro García-Sevilla', formats: ['PDF'], }, @@ -673,7 +672,7 @@ export const librarySections: LibrarySection[] = [ { id: 'go-en-espanol', title: 'Go en Español', - href: 'https://nachopacheco.gitbooks.io/go-es/content/doc', + href: 'https://nachopacheco.gitbooks.io/go-es/content/doc/', author: 'Nacho Pacheco', formats: ['HTML'], }, @@ -738,8 +737,7 @@ export const librarySections: LibrarySection[] = [ { id: 'c-introduccion-a-la-programacion-con-c', title: 'Introducción a la Programación con C', - href: 'https://repositori.uji.es/items/3bd580d8-8def-470b-a053-164dc98f3d9e', - pdfHref: '/books/c-introduccion-programacion.pdf', + href: '/books/c-introduccion-programacion.pdf', author: 'Andrés Marzal Varó, Isabel Gracia Luengo', formats: ['PDF'], },