From a9157fdd3da3f53a3364dd06d1031e285e1c92cc Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Jul 2021 12:23:35 -0400 Subject: fix a bug of legacy http:// URL references --- files/pt-br/web/html/element/audio/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/web/html/element/audio') 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

Examples

<!-- 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>
 
-- 
cgit v1.2.3-54-g00ecf