From 3087cbfa47c646e702d9d301305f7a5b28431b52 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Sun, 14 Mar 2021 14:55:27 -0700 Subject: remove references to developer.cdn.mozilla.net --- files/pt-br/web/html/element/figure/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/pt-br/web/html/element/figure') diff --git a/files/pt-br/web/html/element/figure/index.html b/files/pt-br/web/html/element/figure/index.html index dd0f0e1463..11344ea5a9 100644 --- a/files/pt-br/web/html/element/figure/index.html +++ b/files/pt-br/web/html/element/figure/index.html @@ -35,24 +35,24 @@ original_slug: Web/HTML/Element/figura
<!-- Apenas uma imagem-->
 <figure>
-	<img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="Uma imagem impressionante">
+	<img src="https://developer.mozilla.org/static/img/favicon144.png" alt="Uma imagem impressionante">
 </figure>
 <p></p>
 <!-- Imagem com legenda -->
 <figure>
-	<img src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png" alt="Uma imagem impressionante">
+	<img src="https://developer.mozilla.org/static/img/favicon144.png" alt="Uma imagem impressionante">
 	<figcaption>Legenda para a imagem impressionante</figcaption>
 </figure>
 <p></p>
 
-
MDN Logo
+
MDN Logo

 

-
MDN Logo +
MDN Logo

Imagem1. MDN Logo

-- cgit v1.2.3-54-g00ecf