aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/headers/content-language
diff options
context:
space:
mode:
authorLuiz Fernando F. G. Valle <luizfvalle@pm.me>2021-11-07 09:48:10 -0300
committerGitHub <noreply@github.com>2021-11-07 09:48:10 -0300
commit7bc6744472098eaaea483f07b30c93460ab34f5f (patch)
treefb0deaa710520f579d624753e419e75469bb1168 /files/pt-br/web/http/headers/content-language
parent174082611c8e9fe7748ded5f969a1c58749a5c42 (diff)
downloadtranslated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.tar.gz
translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.tar.bz2
translated-content-7bc6744472098eaaea483f07b30c93460ab34f5f.zip
[pt-BR] Anchors to /Global_attributes now point to pt-BR (#2990)
Only when suitable, i.e. sections written in Portuguese. No unrelated changes, but some minimal fixes have been applied to the same line in some cases.
Diffstat (limited to 'files/pt-br/web/http/headers/content-language')
-rw-r--r--files/pt-br/web/http/headers/content-language/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/http/headers/content-language/index.html b/files/pt-br/web/http/headers/content-language/index.html
index 6ba949b262..f7314e9149 100644
--- a/files/pt-br/web/http/headers/content-language/index.html
+++ b/files/pt-br/web/http/headers/content-language/index.html
@@ -58,7 +58,7 @@ Content-Language: de-DE, en-CA
<h3 id="Indicando_a_língua_que_um_documento_está_escrito">Indicando a língua que um documento está escrito</h3>
-<p>O atributo global <code><a href="/en-US/docs/Web/HTML/Global_attributes/lang">lang</a></code> é usado em elementos HTML para indicar a língua de um documento <a href="/en-US/docs/Web/HTML">HTML</a> ou partes dele.</p>
+<p>O atributo global <code><a href="/pt-BR/docs/Web/HTML/Global_attributes/lang">lang</a></code> é usado em elementos HTML para indicar a língua de um documento <a href="/en-US/docs/Web/HTML">HTML</a> ou partes dele.</p>
<pre class="brush: html">&lt;html lang="de"&gt;</pre>