From 229769f2887588c3d2d8b94cca1cf1ae0d1e766a Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sat, 8 Nov 2025 10:36:01 +0000 Subject: [PATCH] fix: update LinkedIn URL in References section - Changed old LinkedIn URL to current one - Updated both EN and ES versions - Old: https://www.linkedin.com/in/juan-andr%C3%A9s-moreno-rubio-3277729/ - New: https://www.linkedin.com/in/juan-andres-moreno-rubio - Personal section already had correct URL --- data/cv-en.json | 2 +- data/cv-es.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/cv-en.json b/data/cv-en.json index 98cb15f..10e0c29 100644 --- a/data/cv-en.json +++ b/data/cv-en.json @@ -725,7 +725,7 @@ }, { "title": "LinkedIn Profile", - "url": "https://www.linkedin.com/in/juan-andr%C3%A9s-moreno-rubio-3277729/", + "url": "https://www.linkedin.com/in/juan-andres-moreno-rubio", "type": "profile", "linkText": "LinkedIn", "textAfter": "Profile" diff --git a/data/cv-es.json b/data/cv-es.json index 87951a0..8e07aeb 100644 --- a/data/cv-es.json +++ b/data/cv-es.json @@ -757,7 +757,7 @@ }, { "title": "Perfil de LinkedIn", - "url": "https://www.linkedin.com/in/juan-andr%C3%A9s-moreno-rubio-3277729/", + "url": "https://www.linkedin.com/in/juan-andres-moreno-rubio", "type": "profile", "linkText": "LinkedIn", "textAfter": "Perfil"