aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/string/fixed
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/javascript/reference/global_objects/string/fixed
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/javascript/reference/global_objects/string/fixed')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/string/fixed/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/string/fixed/index.html b/files/pt-br/web/javascript/reference/global_objects/string/fixed/index.html
index 0c50035e13..3ec9b911fa 100644
--- a/files/pt-br/web/javascript/reference/global_objects/string/fixed/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/string/fixed/index.html
@@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/fixed
---
<div>{{JSRef}} {{deprecated_header}}</div>
-<p>O método <strong><code>fixed()</code></strong> cria um elemento HTML <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tt">&lt;tt&gt;</a></code> que faz com que uma string seja exibida em uma fonte de densidade fixa.</p>
+<p>O método <strong><code>fixed()</code></strong> cria um elemento HTML <code><a href="/en-US/docs/Web/HTML/Element/tt">&lt;tt&gt;</a></code> que faz com que uma string seja exibida em uma fonte de densidade fixa.</p>
<h2 id="Sintaxe">Sintaxe</h2>
@@ -21,7 +21,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/fixed
<h3 id="Valor_retornado">Valor retornado</h3>
-<p>Uma string que representa o elemento HTML <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tt">&lt;tt&gt;</a>.</p>
+<p>Uma string que representa o elemento HTML <a href="/en-US/docs/Web/HTML/Element/tt">&lt;tt&gt;</a>.</p>
<h2 id="Descrição">Descrição</h2>