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/es/web/css/@font-face/index.html | 2 +- files/es/web/html/element/audio/index.html | 2 +- files/es/web/svg/tutorial/getting_started/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/es') diff --git a/files/es/web/css/@font-face/index.html b/files/es/web/css/@font-face/index.html index b00594d694..9ddf6a8659 100644 --- a/files/es/web/css/@font-face/index.html +++ b/files/es/web/css/@font-face/index.html @@ -53,7 +53,7 @@ translation_of: Web/CSS/@font-face <style type="text/css" media="screen, print"> @font-face { font-family: "Bitstream Vera Serif Bold"; - src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf"); + src: url("https://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf"); } body { font-family: "Bitstream Vera Serif Bold", serif } diff --git a/files/es/web/html/element/audio/index.html b/files/es/web/html/element/audio/index.html index 5076bc1769..abede0cb0b 100644 --- a/files/es/web/html/element/audio/index.html +++ b/files/es/web/html/element/audio/index.html @@ -77,7 +77,7 @@ original_slug: Web/HTML/Elemento/audio

Ejemplos

-
<audio src="http://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg"
+
<audio src="https://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg"
        autoplay>
   Your browser does not support the <code>audio</code> element.
 </audio>
diff --git a/files/es/web/svg/tutorial/getting_started/index.html b/files/es/web/svg/tutorial/getting_started/index.html
index c4a332ed02..bb480678e3 100644
--- a/files/es/web/svg/tutorial/getting_started/index.html
+++ b/files/es/web/svg/tutorial/getting_started/index.html
@@ -23,7 +23,7 @@ translation_of: Web/SVG/Tutorial/Getting_Started
 </svg>
 
-

Copie el código y guárdelo como demo1.svg. Luego ábralo en Firefox. Lo verá como se ve en la siguiente figura. (usuarios Firefox : click aqui)

+

Copie el código y guárdelo como demo1.svg. Luego ábralo en Firefox. Lo verá como se ve en la siguiente figura. (usuarios Firefox : click aqui)

svgdemo1.png

-- cgit v1.2.3-54-g00ecf