aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/formdata/append/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/formdata/append/index.html')
-rw-r--r--files/ja/web/api/formdata/append/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/formdata/append/index.html b/files/ja/web/api/formdata/append/index.html
index 1eda622273..253ec34e4d 100644
--- a/files/ja/web/api/formdata/append/index.html
+++ b/files/ja/web/api/formdata/append/index.html
@@ -93,7 +93,7 @@ formData.getAll('name'); // ["true", "74", "John"]
<ul>
<li>{{domxref("XMLHTTPRequest")}}</li>
- <li><a href="/en-US/docs/DOM/XMLHttpRequest/Using_XMLHttpRequest" title="Using XMLHttpRequest">Using XMLHttpRequest</a></li>
- <li><a href="/en-US/docs/DOM/XMLHttpRequest/FormData/Using_FormData_Objects" title="DOM/XMLHttpRequest/FormData/Using_FormData_objects">Using FormData objects</a></li>
+ <li><a href="/ja/docs/DOM/XMLHttpRequest/Using_XMLHttpRequest" title="Using XMLHttpRequest">Using XMLHttpRequest</a></li>
+ <li><a href="/ja/docs/DOM/XMLHttpRequest/FormData/Using_FormData_Objects" title="DOM/XMLHttpRequest/FormData/Using_FormData_objects">Using FormData objects</a></li>
<li>{{HTMLElement("Form")}}</li>
</ul>