diff options
Diffstat (limited to 'files/ja/web/api/node/isdefaultnamespace/index.html')
-rw-r--r-- | files/ja/web/api/node/isdefaultnamespace/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/node/isdefaultnamespace/index.html b/files/ja/web/api/node/isdefaultnamespace/index.html index fff65ffae3..018e6562cc 100644 --- a/files/ja/web/api/node/isdefaultnamespace/index.html +++ b/files/ja/web/api/node/isdefaultnamespace/index.html @@ -27,7 +27,7 @@ alert(el.isDefaultNamespace(XULNS)); // true</pre> <h2 id="Specification" name="Specification">仕様書</h2> <ul> <li><a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace">DOM Level 3 Core: isDefaultNamespace</a></li> - <li><a href="/en-US/docs/Code_snippets/IsDefaultNamespace" title="Code_snippets/IsDefaultNamespace">Code snippets: isDefaultNamespace</a></li> + <li><a href="/ja/docs/Code_snippets/IsDefaultNamespace" title="Code_snippets/IsDefaultNamespace">Code snippets: isDefaultNamespace</a></li> </ul> <h2 id="See_also" name="See_also">関連情報</h2> <ul> |