aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/formdata/has/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/formdata/has/index.html')
-rw-r--r--files/fr/web/api/formdata/has/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/formdata/has/index.html b/files/fr/web/api/formdata/has/index.html
index 82ad7bb947..0074201183 100644
--- a/files/fr/web/api/formdata/has/index.html
+++ b/files/fr/web/api/formdata/has/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/FormData/has
<p>La méthode <code><strong>has()</strong></code> de l'interface {{domxref("FormData")}} renvoie un booléen indiquant si un objet <code>FormData</code> contient une certaine clé.</p>
<div class="note">
-<p><strong>Note </strong>: Cette méthode est disponible dans les <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API">Web Workers</a>.</p>
+<p><strong>Note </strong>: Cette méthode est disponible dans les <a href="/fr/docs/Web/API/Web_Workers_API">Web Workers</a>.</p>
</div>
<h2 id="Syntaxe">Syntaxe</h2>
@@ -74,7 +74,7 @@ formData.has('username'); // Retourne true
<ul>
<li>{{domxref("XMLHTTPRequest")}}</li>
- <li><a href="https://wiki.developer.mozilla.org/fr/docs/Web/API/XMLHttpRequest/Utiliser_XMLHttpRequest" title="En/Using XMLHttpRequest">Utilisation de XMLHttpRequest</a></li>
- <li><a href="https://wiki.developer.mozilla.org/fr/docs/Web/API/FormData/Utilisation_objets_FormData" title="en/DOM/XMLHttpRequest/FormData/Using_FormData_objects">Utilisation des objects FormData </a></li>
+ <li><a href="/fr/docs/Web/API/XMLHttpRequest/Utiliser_XMLHttpRequest" title="En/Using XMLHttpRequest">Utilisation de XMLHttpRequest</a></li>
+ <li><a href="/fr/docs/Web/API/FormData/Utilisation_objets_FormData" title="en/DOM/XMLHttpRequest/FormData/Using_FormData_objects">Utilisation des objects FormData </a></li>
<li>{{HTMLElement("Form")}}</li>
</ul>