aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/learn
diff options
context:
space:
mode:
authorFelipe Soares Barbosa Silveira <felipeiturama@gmail.com>2021-09-19 12:00:27 -0300
committerGitHub <noreply@github.com>2021-09-19 12:00:27 -0300
commit162c3b7d3b88c52cc19ee08d645d776f25d202cc (patch)
tree0308b3493589fcc1aa9d4153f6f36c376b3cca08 /files/pt-br/learn
parent9658535f42771bded73ee2fa470f40ed065d812a (diff)
downloadtranslated-content-162c3b7d3b88c52cc19ee08d645d776f25d202cc.tar.gz
translated-content-162c3b7d3b88c52cc19ee08d645d776f25d202cc.tar.bz2
translated-content-162c3b7d3b88c52cc19ee08d645d776f25d202cc.zip
fix: link of introduction HTML and CSS in language pt-BR (#2492)
Diffstat (limited to 'files/pt-br/learn')
-rw-r--r--files/pt-br/learn/javascript/first_steps/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/learn/javascript/first_steps/index.html b/files/pt-br/learn/javascript/first_steps/index.html
index a7b30d2ad0..dbfca03922 100644
--- a/files/pt-br/learn/javascript/first_steps/index.html
+++ b/files/pt-br/learn/javascript/first_steps/index.html
@@ -34,8 +34,8 @@ translation_of: Learn/JavaScript/First_steps
<ul>
<li><a href="https://developer.mozilla.org/pt-BR/docs/Learn/Getting_started_with_the_web">Iniciando com a Web</a> (o que inclui uma <a href="/pt-BR/docs/Learn/Getting_started_with_the_web/JavaScript_basics">introdução rápida ao JavaScript</a>)</li>
- <li><a href="https://developer.mozilla.org/pt-BR/docs/Web/Guide/HTML/Introduction">Introdução ao HTML</a></li>
- <li><a href="https://developer.mozilla.org/pt-BR/docs/Learn/CSS/Introduction_to_CSS">Introdução ao CSS</a></li>
+ <li><a href="https://developer.mozilla.org/pt-BR/docs/Learn/HTML/Introduction_to_HTML">Introdução ao HTML</a></li>
+ <li><a href="https://developer.mozilla.org/pt-BR/docs/Learn/CSS/First_steps">Introdução ao CSS</a></li>
</ul>
<div class="note">