aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/string/bold/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/string/bold/index.html')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/string/bold/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/string/bold/index.html b/files/pt-br/web/javascript/reference/global_objects/string/bold/index.html
index 17bb7d54fb..134d8cae04 100644
--- a/files/pt-br/web/javascript/reference/global_objects/string/bold/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/string/bold/index.html
@@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/bold
---
<div>{{JSRef}} {{deprecated_header}}</div>
-<p>O método <code><strong>bold()</strong></code> cria um elemento HTML <a href="https://wiki.developer.mozilla.org/pt-BR/docs/Web/HTML/Element/b">&lt;b&gt;</a> que faz com que uma string seja exibida em negrito.</p>
+<p>O método <code><strong>bold()</strong></code> cria um elemento HTML <a href="/pt-BR/docs/Web/HTML/Element/b">&lt;b&gt;</a> que faz com que uma string seja exibida em negrito.</p>
<h2 id="Sintaxe">Sintaxe</h2>
@@ -20,7 +20,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/bold
<h3 id="Valor_retornado">Valor retornado</h3>
-<p>Uma string contendo um elemento HTML <a href="https://wiki.developer.mozilla.org/pt-BR/docs/Web/HTML/Element/b">&lt;b&gt;</a> .</p>
+<p>Uma string contendo um elemento HTML <a href="/pt-BR/docs/Web/HTML/Element/b">&lt;b&gt;</a> .</p>
<h2 id="Descrição">Descrição</h2>