aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br')
-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;