aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/element/template
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-07 12:40:08 -0400
committerGitHub <noreply@github.com>2021-07-07 12:40:08 -0400
commit9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 (patch)
treecaed5699c8b6dbf1fe2652a72a73db80d1484f02 /files/es/web/html/element/template
parenteeabcbf0e107e100c886027610f97045de548b0d (diff)
downloadtranslated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.gz
translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.tar.bz2
translated-content-9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14.zip
remove wiki.developer.mozilla.org links (es) (#1443)
Part of #1440
Diffstat (limited to 'files/es/web/html/element/template')
-rw-r--r--files/es/web/html/element/template/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/es/web/html/element/template/index.html b/files/es/web/html/element/template/index.html
index 5011d952c3..d21cecaf25 100644
--- a/files/es/web/html/element/template/index.html
+++ b/files/es/web/html/element/template/index.html
@@ -26,7 +26,7 @@ original_slug: Web/HTML/Elemento/template
</tr>
<tr>
<th scope="row">Padres permitidos</th>
- <td>Cualquier elemento que acepte <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Metadata_content">metadata content</a>, <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">phrasing content</a>, o <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Script-supporting_elements">script-supporting elements</a>. También se permiten como hijos de un elemento {{HTMLElement("colgroup")}} que no tenga un atributo {{htmlattrxref("span", "colgroup")}} .</td>
+ <td>Cualquier elemento que acepte <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Metadata_content">metadata content</a>, <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content">phrasing content</a>, o <a href="/en-US/docs/Web/Guide/HTML/Content_categories#Script-supporting_elements">script-supporting elements</a>. También se permiten como hijos de un elemento {{HTMLElement("colgroup")}} que no tenga un atributo {{htmlattrxref("span", "colgroup")}} .</td>
</tr>
<tr>
<th scope="row">Implicit ARIA role</th>
@@ -152,5 +152,5 @@ table td {
<ul>
<li>Web components: {{HTMLElement("slot")}} (e históríco: {{HTMLElement("shadow")}})</li>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Web_Components/Using_templates_and_slots">Usando templates y slots</a></li>
+ <li><a href="/en-US/docs/Web/Web_Components/Using_templates_and_slots">Usando templates y slots</a></li>
</ul>