diff options
Diffstat (limited to 'files/pt-br/web')
-rw-r--r-- | files/pt-br/web/html/element/audio/index.html | 2 |
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"><!-- Reprodução simples de áudio --> -<audio src="http://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg" autoplay> +<audio src="https://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg" autoplay> O seu navegador não suporta o elemento <code>audio</code>. </audio> |