aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br
diff options
context:
space:
mode:
authorArnon Rodrigues <arnonrdp@gmail.com>2021-11-13 18:53:33 -0300
committerGitHub <noreply@github.com>2021-11-13 18:53:33 -0300
commitd4664ad6d81162aa7e88d0c3004a6e6d9b91ba3e (patch)
tree0ef031e7d34f25a5bc841f0afcb87b81aac00c97 /files/pt-br
parent780402695c7303128165548f78b644c693a058a4 (diff)
downloadtranslated-content-d4664ad6d81162aa7e88d0c3004a6e6d9b91ba3e.tar.gz
translated-content-d4664ad6d81162aa7e88d0c3004a6e6d9b91ba3e.tar.bz2
translated-content-d4664ad6d81162aa7e88d0c3004a6e6d9b91ba3e.zip
Updated URI in index.html (#3079)
The URI `http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all` was changed and it is redirecting to `https://html.spec.whatwg.org/multipage/obsolete.html#dom-document-all`. To avoid redirection, I placed the new URI in the `href`.
Diffstat (limited to 'files/pt-br')
-rw-r--r--files/pt-br/glossary/falsy/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/glossary/falsy/index.html b/files/pt-br/glossary/falsy/index.html
index eb74e0e7cf..c611d1b8d5 100644
--- a/files/pt-br/glossary/falsy/index.html
+++ b/files/pt-br/glossary/falsy/index.html
@@ -18,7 +18,7 @@ if (NaN)
if ('')
if (document.all) [1]</pre>
-<p>[1] <code>document.all </code>tem sido utilizado para a detecção do navegador no passado e a especificação <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-all">HTML define uma violação intencional</a> do padrão ECMAScript aqui para manter a compatibilidade com código legado (<code>if (document.all) { // Internet Explorer code here }</code> ou usando <code>document.all</code> sem verificar sua presença em primeiro lugar: <code>document.all.foo</code>).</p>
+<p>[1] <code>document.all </code>tem sido utilizado para a detecção do navegador no passado e a especificação <a href="https://html.spec.whatwg.org/multipage/obsolete.html#dom-document-all">HTML define uma violação intencional</a> do padrão ECMAScript aqui para manter a compatibilidade com código legado (<code>if (document.all) { // Internet Explorer code here }</code> ou usando <code>document.all</code> sem verificar sua presença em primeiro lugar: <code>document.all.foo</code>).</p>
<h2 id="Aprender_mais">Aprender mais</h2>