diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 18:03:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 19:03:13 -0300 |
commit | 1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed (patch) | |
tree | 6de13b1b6c1cb5f270b49d4862c3f06b3e4a195c /files/pt-br/glossary/json/index.html | |
parent | 86bfc6444602934695b25cee06320c49946e513c (diff) | |
download | translated-content-1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed.tar.gz translated-content-1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed.tar.bz2 translated-content-1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed.zip |
remove link 'title' attributes that's just the 'href' (pt-br, part 5) (#1849)
Diffstat (limited to 'files/pt-br/glossary/json/index.html')
-rw-r--r-- | files/pt-br/glossary/json/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/glossary/json/index.html b/files/pt-br/glossary/json/index.html index b28fbbcbd9..2f6f6af92b 100644 --- a/files/pt-br/glossary/json/index.html +++ b/files/pt-br/glossary/json/index.html @@ -66,7 +66,7 @@ original_slug: JSON <h4 id="Tools" name="Tools">Ferramentas</h4> <ul> <li><a class="internal" href="/en/JavaScript/Reference/Global_Objects/JSON#Browser_compatibility" title="JSON object polyfills">JSON polyfills</a></li> - <li><a class="external" href="http://jsonselect.org" title="http://jsonselect.org/">JSONSelect</a></li> + <li><a class="external" href="http://jsonselect.org">JSONSelect</a></li> <li> </li> </ul> <h4 id="Related_Topics" name="Related_Topics">Topicos Relacionados</h4> |