aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-07 12:23:35 -0400
committerIrvin <irvinfly@gmail.com>2021-07-08 00:59:50 +0800
commita9157fdd3da3f53a3364dd06d1031e285e1c92cc (patch)
tree1ed41d34305995be59c13a3c06c5df44c05b6ea8 /files/pt-br/web
parent7cd4a0ae81c952d3d28b8968273e8337cc034002 (diff)
downloadtranslated-content-a9157fdd3da3f53a3364dd06d1031e285e1c92cc.tar.gz
translated-content-a9157fdd3da3f53a3364dd06d1031e285e1c92cc.tar.bz2
translated-content-a9157fdd3da3f53a3364dd06d1031e285e1c92cc.zip
fix a bug of legacy http:// URL references
Diffstat (limited to 'files/pt-br/web')
-rw-r--r--files/pt-br/web/html/element/audio/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/element/audio/index.html b/files/pt-br/web/html/element/audio/index.html
index 24b982c0ca..3bbff5c834 100644
--- a/files/pt-br/web/html/element/audio/index.html
+++ b/files/pt-br/web/html/element/audio/index.html
@@ -83,7 +83,7 @@ translation_of: Web/HTML/Element/audio
<h2 id="Examples">Examples</h2>
<pre class="brush: html">&lt;!-- Reprodução simples de áudio --&gt;
-&lt;audio src="http://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg" autoplay&gt;
+&lt;audio src="https://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg" autoplay&gt;
O seu navegador não suporta o elemento &lt;code&gt;audio&lt;/code&gt;.
&lt;/audio&gt;