aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/sharedworker/port/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/sharedworker/port/index.html')
-rw-r--r--files/fr/web/api/sharedworker/port/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/sharedworker/port/index.html b/files/fr/web/api/sharedworker/port/index.html
index 80605091d8..22bd830ee7 100644
--- a/files/fr/web/api/sharedworker/port/index.html
+++ b/files/fr/web/api/sharedworker/port/index.html
@@ -22,7 +22,7 @@ translation_of: Web/API/SharedWorker/port
<pre class="brush: js">var myWorker = new SharedWorker('worker.js');
myWorker.port.start();</pre>
-<p>Pour un exemple complet, voir <a class="external external-icon" href="https://github.com/mdn/simple-shared-worker">(en) Exemple basique de <em>worker</em> partagé</a> (<a class="external external-icon" href="https://mdn.github.io/simple-shared-worker/">(en) démonstration d'un <em>worker</em> partagé</a>.)</p>
+<p>Pour un exemple complet, voir <a href="https://github.com/mdn/simple-shared-worker">(en) Exemple basique de <em>worker</em> partagé</a> (<a href="https://mdn.github.io/simple-shared-worker/">(en) démonstration d'un <em>worker</em> partagé</a>.)</p>
<h2 id="Spécifications">Spécifications</h2>