From a539cac2a984a65758d459c62521ef12c4770c5f Mon Sep 17 00:00:00 2001 From: Eric Joel Hernandez <81542075+ericjhernandezj@users.noreply.github.com> Date: Wed, 28 Dec 2022 05:30:01 -0500 Subject: [PATCH] Fix links to topics in the correct language There are three links in the README.es that lead to the English version. With this update, they now redirect to the Spanish version. --- 1-getting-started-lessons/translations/README.es.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1-getting-started-lessons/translations/README.es.md b/1-getting-started-lessons/translations/README.es.md index 54d8c8b4..2259d390 100644 --- a/1-getting-started-lessons/translations/README.es.md +++ b/1-getting-started-lessons/translations/README.es.md @@ -4,9 +4,9 @@ En esta sección del plan de estudios, se te presentarán conceptos importantes ### Temas -1. [Introducción a los lenguajes de programación y herramientas del oficio](../1-intro-to-programming-languages/README.md) -2. [Introducción a GitHub](../2-github-basics/README.md) -3. [Conceptos básicos de Accesibilidad](../3-accessibility/README.md) +1. [Introducción a los lenguajes de programación y herramientas del oficio](../1-intro-to-programming-languages/translations/README.es.md) +2. [Introducción a GitHub](../2-github-basics/translations/README.es.md) +3. [Conceptos básicos de Accesibilidad](../3-accessibility/translations/README.es.md) ### Créditos