aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Audras <audrasjb@gmail.com>2021-07-29 07:17:20 +0200
committerGitHub <noreply@github.com>2021-07-29 07:17:20 +0200
commite01aaa91501109f5fee28455766050bfee48161e (patch)
tree8ed4474a4c41c48e2ec190c8fbf06358e57d0f7d
parent14f0164fd8885d51938ec8e7b61ea4819697e3a4 (diff)
downloadtranslated-content-e01aaa91501109f5fee28455766050bfee48161e.tar.gz
translated-content-e01aaa91501109f5fee28455766050bfee48161e.tar.bz2
translated-content-e01aaa91501109f5fee28455766050bfee48161e.zip
French SVG index page: fix a dead link to the XML reference (#1757)
* French SVG index page: fix a dead link to the XML reference This PR fixes a dead link to the XML reference in the French SVG index page. * Remove useless title attr Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
-rw-r--r--files/fr/web/svg/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/svg/index.html b/files/fr/web/svg/index.html
index 6ce4491bac..e3664c1283 100644
--- a/files/fr/web/svg/index.html
+++ b/files/fr/web/svg/index.html
@@ -19,7 +19,7 @@ translation_of: Web/SVG
<div class="callout-box"><strong><a href="/fr/SVG/Tutoriel" title="fr/SVG/Tutoriel">Premiers pas</a></strong><br>
Ce tutoriel vous aidera à débuter en SVG.</div>
-<p><span class="seoSummary"><strong>SVG (Scalable Vector Graphics)</strong> est un langage de balisage <a href="/fr/XML" title="fr/XML">XML</a> décrivant des <a href="https://fr.wikipedia.org/wiki/Image_vectorielle">images vectorielles</a> bidimensionnelles. On pourrait dire que SVG est aux images ce qu'<a href="/fr/docs/Web/HTML">HTML</a> est au texte.</span></p>
+<p><span class="seoSummary"><strong>SVG (Scalable Vector Graphics)</strong> est un langage de balisage <a href="/fr/docs/Web/XML">XML</a> décrivant des <a href="https://fr.wikipedia.org/wiki/Image_vectorielle">images vectorielles</a> bidimensionnelles. On pourrait dire que SVG est aux images ce qu'<a href="/fr/docs/Web/HTML">HTML</a> est au texte.</span></p>
<p>SVG est une <a class="external" href="http://www.w3.org/Graphics/SVG/">recommandation du W3C</a> et est basé sur XML. Il est explicitement conçu pour fonctionner avec d'autres standards du <a class="external" href="http://www.w3.org/">W3C</a> comme <a href="/fr/CSS" title="fr/CSS">CSS</a>, <a href="/fr/DOM" title="fr/DOM">DOM</a> et <a class="external" href="http://www.w3.org/AudioVideo/">SMIL</a>.</p>