aboutsummaryrefslogtreecommitdiff
path: root/files/es
diff options
context:
space:
mode:
Diffstat (limited to 'files/es')
-rw-r--r--files/es/web/css/@font-face/index.html2
-rw-r--r--files/es/web/html/element/audio/index.html2
-rw-r--r--files/es/web/svg/tutorial/getting_started/index.html2
3 files changed, 3 insertions, 3 deletions
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
<h2 id="Ejemplos">Ejemplos</h2>
-<pre class="brush: html">&lt;audio src="http://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg"
+<pre class="brush: html">&lt;audio src="https://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg"
       autoplay&gt;
  Your browser does not support the &lt;code&gt;audio&lt;/code&gt; element.
&lt;/audio&gt;
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
&lt;/svg&gt;
</pre>
-<p>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 <a class="external" href="http://developer.mozilla.org/@api/deki/files/4571/=svgdemo1.xml" title="http://developer.mozilla.org/@api/deki/files/4571/=svgdemo1.xml">aqui</a>)</p>
+<p>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 <a class="external" href="https://developer.mozilla.org/@api/deki/files/4571/=svgdemo1.xml" title="https://developer.mozilla.org/@api/deki/files/4571/=svgdemo1.xml">aqui</a>)</p>
<p><img alt="svgdemo1.png" class="default internal" src="/@api/deki/files/4928/=svgdemo1.png"></p>