diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-08-19 15:37:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 15:37:01 +0200 |
commit | da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04 (patch) | |
tree | 200bff2167620d33c0f2eae583ea228accf88ddb /files/pt-br/web/javascript/reference/global_objects/string/sub | |
parent | cd4c71feeb10bea7a09b9da4570b5092a76c350e (diff) | |
download | translated-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/sub')
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/string/sub/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/string/sub/index.html b/files/pt-br/web/javascript/reference/global_objects/string/sub/index.html index f687eb6c76..8782607d25 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/sub/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/sub/index.html @@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/sub --- <div>{{JSRef}} {{deprecated_header}}</div> -<p>O método <code>sub()</code> cria um elemento HTML <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/sub"><sub></a></code> que faz com que uma string seja exibida como subscrito (texto pequeno).</p> +<p>O método <code>sub()</code> cria um elemento HTML <code><a href="/en-US/docs/Web/HTML/Element/sub"><sub></a></code> que faz com que uma string seja exibida como subscrito (texto pequeno).</p> <h2 id="Sintaxe">Sintaxe</h2> @@ -20,7 +20,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/sub <h3 id="Valor_retornado">Valor retornado</h3> -<p>Uma string contendo um elemento HTML <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/sub"><sub></a></code>.</p> +<p>Uma string contendo um elemento HTML <code><a href="/en-US/docs/Web/HTML/Element/sub"><sub></a></code>.</p> <h2 id="Descrição">Descrição</h2> |