diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/canvas/index.html | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2 translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip |
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes
* Fix hidden blocks / code samples
* Remove span cruft
* Remove <font> and <style .. font..>
* Remove notranslate
* Remove id other than in headings
* Fix pre blocks and remove style
* Fix other report one offs and remove absolute urls
* Remove external classes
* Fixing images url
Diffstat (limited to 'files/fr/glossary/canvas/index.html')
-rw-r--r-- | files/fr/glossary/canvas/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/glossary/canvas/index.html b/files/fr/glossary/canvas/index.html index 8050087219..a48edbe450 100644 --- a/files/fr/glossary/canvas/index.html +++ b/files/fr/glossary/canvas/index.html @@ -23,14 +23,14 @@ original_slug: Glossaire/Canvas <h3 id="Apprentissage">Apprentissage</h3> <ul> - <li><a href="https://developer.mozilla.org/fr/docs/Tutoriel_canvas">Tutoriel Canvas</a> sur MDN</li> + <li><a href="/fr/docs/Tutoriel_canvas">Tutoriel Canvas</a> sur MDN</li> </ul> <h3 id="Informations_techniques">Informations techniques</h3> <ul> <li>L'élément {{HTMLElement("canvas")}} sur MDN</li> - <li><a href="https://developer.mozilla.org/fr/docs/Web/HTML/Canvas">La documentation générale des Canvas</a> sur MDN</li> + <li><a href="/fr/docs/Web/HTML/Canvas">La documentation générale des Canvas</a> sur MDN</li> <li>{{domxref("CanvasRenderingContext2D")}}: l'API pour dessiner des canvas 2D</li> - <li><a href="http://www.w3.org/TR/2dcontext/" rel="external">Spécification API Canvas 2D</a></li> + <li><a href="http://www.w3.org/TR/2dcontext/">Spécification API Canvas 2D</a></li> </ul> |