aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/web_components/index.html
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-08-19 15:37:01 +0200
committerGitHub <noreply@github.com>2021-08-19 15:37:01 +0200
commitda778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04 (patch)
tree200bff2167620d33c0f2eae583ea228accf88ddb /files/pt-br/web/web_components/index.html
parentcd4c71feeb10bea7a09b9da4570b5092a76c350e (diff)
downloadtranslated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.gz
translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.bz2
translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.zip
Removes wiki.d.m.o in absolute links (#1903)
Diffstat (limited to 'files/pt-br/web/web_components/index.html')
-rw-r--r--files/pt-br/web/web_components/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/web_components/index.html b/files/pt-br/web/web_components/index.html
index e354616656..accbaec2f7 100644
--- a/files/pt-br/web/web_components/index.html
+++ b/files/pt-br/web/web_components/index.html
@@ -86,7 +86,7 @@ translation_of: Web/Web_Components
<dt>CSS pseudo-elementos</dt>
<dd>Pseudo-elementos relacionados especificamente a elementos customizados:
<ul>
- <li>{{cssxref("::part")}}: Representa qualquer elemento dentro de uma <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Web_Components/Using_shadow_DOM">shadow tree</a> que tenha um atributo {{HTMLAttrxRef("part")}} correspondente.</li>
+ <li>{{cssxref("::part")}}: Representa qualquer elemento dentro de uma <a href="/en-US/docs/Web/Web_Components/Using_shadow_DOM">shadow tree</a> que tenha um atributo {{HTMLAttrxRef("part")}} correspondente.</li>
</ul>
</dd>
</dl>