aboutsummaryrefslogtreecommitdiff
path: root/files/ca
diff options
context:
space:
mode:
authorrjohnson <rjohnson@mozilla.com>2021-03-14 14:55:27 -0700
committerrjohnson <rjohnson@mozilla.com>2021-03-14 14:55:27 -0700
commit3087cbfa47c646e702d9d301305f7a5b28431b52 (patch)
tree929594d9888a92cd2391f600da8570d4bc35d8c4 /files/ca
parentc11c37f8d912b41ff343d703ba1148a0225eef8b (diff)
downloadtranslated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.gz
translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.bz2
translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.zip
remove references to developer.cdn.mozilla.net
Diffstat (limited to 'files/ca')
-rw-r--r--files/ca/learn/html/introduction_to_html/the_head_metadata_in_html/index.html12
-rw-r--r--files/ca/web/html/element/figure/index.html8
-rw-r--r--files/ca/web/html/element/header/index.html2
-rw-r--r--files/ca/web/html/element/img/index.html4
4 files changed, 13 insertions, 13 deletions
diff --git a/files/ca/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/ca/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
index 85677b1759..81153e71d9 100644
--- a/files/ca/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
+++ b/files/ca/learn/html/introduction_to_html/the_head_metadata_in_html/index.html
@@ -161,7 +161,7 @@ Web sites and HTML5 Apps. It also documents Mozilla products, like Firefox OS."&
<p>Per exemple, <a href="http://ogp.me/">Open Graph Data</a> és un protocol de metadades que Facebook va inventar per proporcionar als llocs web metadades enriquides. En el codi font de MDN Web Docs trobaràs això:</p>
-<pre class="brush: html notranslate">&lt;meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png"&gt;
+<pre class="brush: html notranslate">&lt;meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png"&gt;
&lt;meta property="og:description" content="The Mozilla Developer Network (MDN) provides
information about Open Web technologies including HTML, CSS, and APIs for both Web sites
and HTML5 Apps. It also documents Mozilla products, like Firefox OS."&gt;
@@ -197,15 +197,15 @@ and HTML5 Apps. It also documents Mozilla products, like Firefox OS."&gt;
<p>Avui dia hi ha un munt d'altres tipus d'icones que també pots tenir en compte. Per exemple, en el codi font de la pàgina MDN trobaràs això:</p>
<pre class="brush: html notranslate">&lt;!-- third-generation iPad with high-resolution Retina display: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.mozilla.org/static/img/favicon144.png"&gt;
&lt;!-- iPhone with high-resolution Retina display: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.mozilla.org/static/img/favicon114.png"&gt;
&lt;!-- first- and second-generation iPad: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.mozilla.org/static/img/favicon72.png"&gt;
&lt;!-- non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --&gt;
-&lt;link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png"&gt;
+&lt;link rel="apple-touch-icon-precomposed" href="https://developer.mozilla.org/static/img/favicon57.png"&gt;
&lt;!-- basic favicon --&gt;
-&lt;link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png"&gt;</pre>
+&lt;link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png"&gt;</pre>
<p>Els comentaris expliquen per a què s'utilitza cada icona; aquests elements cobreixen coses com ara proporcionar una agradable icona en alta resolució quan deses el lloc web a la pantalla principal d'un iPad.</p>
diff --git a/files/ca/web/html/element/figure/index.html b/files/ca/web/html/element/figure/index.html
index 6e9f0fb424..a91fd210a1 100644
--- a/files/ca/web/html/element/figure/index.html
+++ b/files/ca/web/html/element/figure/index.html
@@ -55,24 +55,24 @@ translation_of: Web/HTML/Element/figure
<pre class="brush: html">&lt;!-- Just a figure --&gt;
&lt;figure&gt;
- &lt;img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="An awesome picture"&gt;
+ &lt;img src="https://developer.mozilla.org/static/img/favicon144.png" alt="An awesome picture"&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;/p&gt;
&lt;!-- Figure with figcaption --&gt;
&lt;figure&gt;
- &lt;img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="An awesome picture"&gt;
+ &lt;img src="https://developer.mozilla.org/static/img/favicon144.png" alt="An awesome picture"&gt;
&lt;figcaption&gt;Fig1. MDN Logo&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;/p&gt;
</pre>
-<figure><img alt="MDN Logo" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></figure>
+<figure><img alt="MDN Logo" src="https://developer.mozilla.org/static/img/favicon144.png"></figure>
<p> </p>
-<figure><img alt="MDN Logo" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png">
+<figure><img alt="MDN Logo" src="https://developer.mozilla.org/static/img/favicon144.png">
<figcaption>Fig1. MDN Logo</figcaption>
</figure>
diff --git a/files/ca/web/html/element/header/index.html b/files/ca/web/html/element/header/index.html
index 22ba3190b9..b70f4f5592 100644
--- a/files/ca/web/html/element/header/index.html
+++ b/files/ca/web/html/element/header/index.html
@@ -55,7 +55,7 @@ translation_of: Web/HTML/Element/header
<h1 id="Specifications" name="Specifications">Títol Pàgina Principal</h1>
-<h2 id="Specifications" name="Specifications"><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></h2>
+<h2 id="Specifications" name="Specifications"><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"></h2>
<h2 id="Specifications" name="Specifications"> </h2>
diff --git a/files/ca/web/html/element/img/index.html b/files/ca/web/html/element/img/index.html
index 405f8d9eb4..099f96c03a 100644
--- a/files/ca/web/html/element/img/index.html
+++ b/files/ca/web/html/element/img/index.html
@@ -176,13 +176,13 @@ translation_of: Web/HTML/Element/img
<pre class="brush: html">&lt;img src="mdn-logo-sm.png" alt="MDN"&gt;
</pre>
-<p><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></p>
+<p><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"></p>
<h2 id="Exemple_2_Enllaç_d'imatge">Exemple 2: <span class="short_text" id="result_box" lang="ca"><span>Enllaç</span> <span>d'imatge</span></span></h2>
<pre class="brush: html">&lt;a href="https://developer.mozilla.org/"&gt;MDN&lt;img src="mdn-logo-sm.png" alt="MDN"&gt;&lt;/a&gt;</pre>
-<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></a></p>
+<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"></a></p>
<h2 id="Exemple_3_Ús_de_l'atribut_srcset">Exemple 3: Ús de l'atribut <code>srcset</code></h2>