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/hyperlink/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/hyperlink/index.html')
| -rw-r--r-- | files/fr/glossary/hyperlink/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/glossary/hyperlink/index.html b/files/fr/glossary/hyperlink/index.html index 9eaf550dd4..9536cd1e39 100644 --- a/files/fr/glossary/hyperlink/index.html +++ b/files/fr/glossary/hyperlink/index.html @@ -16,19 +16,19 @@ original_slug: Glossaire/Hyperlien <ul> <li>{{interwiki("wikipedia", "Hyperlien","Hyperlien")}} sur Wikipedia</li> - <li>Le guide <a href="https://developer.mozilla.org/fr/Apprendre/HTML/Introduction_%C3%A0_HTML/Creating_hyperlinks">Création d'hyperliens</a> sur MDN</li> + <li>Le guide <a href="/fr/Apprendre/HTML/Introduction_%C3%A0_HTML/Creating_hyperlinks">Création d'hyperliens</a> sur MDN</li> </ul> <h3 id="Référence_technique">Référence technique</h3> <ul> - <li><a class="external external-icon" href="https://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html">Links in HTML Documents - W3C</a></li> - <li><a class="external external-icon" href="https://w3c.github.io/html-reference/a.html">HTML5 a - hyperlink - W3C</a></li> + <li><a href="https://www.w3.org/TR/1999/REC-html401-19991224/struct/links.html">Links in HTML Documents - W3C</a></li> + <li><a href="https://w3c.github.io/html-reference/a.html">HTML5 a - hyperlink - W3C</a></li> </ul> <h3 id="Apprendre_sur_le_sujet">Apprendre sur le sujet</h3> <ul> - <li><a href="https://developer.mozilla.org/fr/docs/Web/HTML/Element/a"><code><a></code> sur MDN</a></li> - <li><a href="https://developer.mozilla.org/fr/docs/Web/HTML/Element/link"><code><link></code> sur MDN</a></li> + <li><a href="/fr/docs/Web/HTML/Element/a"><code><a></code> sur MDN</a></li> + <li><a href="/fr/docs/Web/HTML/Element/link"><code><link></code> sur MDN</a></li> </ul> |
