aboutsummaryrefslogtreecommitdiff
path: root/files/es
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2022-03-08 00:12:08 +0000
committerMDN <actions@users.noreply.github.com>2022-03-08 00:12:08 +0000
commitd53bae971e455859229bcb3246e29bcbc85179d2 (patch)
tree396c8a403d46802b365aa8d26183f6b18f2a1c6e /files/es
parent0c6e68897d9b4182437d58e376dbb48ee6947f71 (diff)
downloadtranslated-content-d53bae971e455859229bcb3246e29bcbc85179d2.tar.gz
translated-content-d53bae971e455859229bcb3246e29bcbc85179d2.tar.bz2
translated-content-d53bae971e455859229bcb3246e29bcbc85179d2.zip
[CRON] sync translated content
Diffstat (limited to 'files/es')
-rw-r--r--files/es/_redirects.txt1
-rw-r--r--files/es/_wikihistory.json2
-rw-r--r--files/es/learn/javascript/asynchronous/introducing/index.html (renamed from files/es/learn/javascript/asynchronous/concepts/index.html)3
3 files changed, 4 insertions, 2 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt
index 0216d3ebb5..f62d9cc572 100644
--- a/files/es/_redirects.txt
+++ b/files/es/_redirects.txt
@@ -1179,6 +1179,7 @@
/es/docs/Learn/Herramientas_y_pruebas/Lado-del-cliente_JavaScript_frameworks /es/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks
/es/docs/Learn/Herramientas_y_pruebas/Lado-del-cliente_JavaScript_frameworks/React_getting_started /es/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started
/es/docs/Learn/Herramientas_y_pruebas/Understanding_client-side_tools /es/docs/Learn/Tools_and_testing/Understanding_client-side_tools
+/es/docs/Learn/JavaScript/Asynchronous/Concepts /es/docs/Learn/JavaScript/Asynchronous/Introducing
/es/docs/Learn/JavaScript/Building_blocks/Bucle_codigo /es/docs/Learn/JavaScript/Building_blocks/Looping_code
/es/docs/Learn/JavaScript/Building_blocks/Construyendo_tu_propia_funcion /es/docs/Learn/JavaScript/Building_blocks/Build_your_own_function
/es/docs/Learn/JavaScript/Client-side_web_APIs/Introducción /es/docs/Learn/JavaScript/Client-side_web_APIs/Introduction
diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json
index 6466283b7a..6156c5aff5 100644
--- a/files/es/_wikihistory.json
+++ b/files/es/_wikihistory.json
@@ -2943,7 +2943,7 @@
"madmaxdios"
]
},
- "Learn/JavaScript/Asynchronous/Concepts": {
+ "Learn/JavaScript/Asynchronous/Introducing": {
"modified": "2020-11-19T20:30:13.091Z",
"contributors": [
"AndresSalomon1990",
diff --git a/files/es/learn/javascript/asynchronous/concepts/index.html b/files/es/learn/javascript/asynchronous/introducing/index.html
index d5babeb8ba..85f605b479 100644
--- a/files/es/learn/javascript/asynchronous/concepts/index.html
+++ b/files/es/learn/javascript/asynchronous/introducing/index.html
@@ -1,6 +1,6 @@
---
title: General asynchronous programming concepts
-slug: Learn/JavaScript/Asynchronous/Concepts
+slug: Learn/JavaScript/Asynchronous/Introducing
tags:
- Aprender
- Hilos
@@ -9,6 +9,7 @@ tags:
- Threads
- bloques
translation_of: Learn/JavaScript/Asynchronous/Concepts
+original_slug: Learn/JavaScript/Asynchronous/Concepts
---
<div>{{LearnSidebar}}{{NextMenu("Learn/JavaScript/Asynchronous/Introducing", "Learn/JavaScript/Asynchronous")}}</div>