diff options
Diffstat (limited to 'files/ja/web/api/document/forms/index.html')
-rw-r--r-- | files/ja/web/api/document/forms/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/document/forms/index.html b/files/ja/web/api/document/forms/index.html index 21fca5e839..7a8dcc4f53 100644 --- a/files/ja/web/api/document/forms/index.html +++ b/files/ja/web/api/document/forms/index.html @@ -119,7 +119,7 @@ var selectFormElement = document.forms[index].elements[index]; <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><a href="https://wiki.developer.mozilla.org/ja/docs/Learn/HTML/Forms">HTML forms</a></li> + <li><a href="/ja/docs/Learn/HTML/Forms">HTML forms</a></li> <li>{{HTMLElement("form")}} および {{domxref("HTMLFormElement")}} インターフェイス</li> </ul> |