Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 3 additions & 5 deletions web/src/data/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},
Expand Down Expand Up @@ -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'],
},
Expand Down Expand Up @@ -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'],
},
Expand Down