diff options
Diffstat (limited to 'files/ja/web/xpath/introduction_to_using_xpath_in_javascript')
-rw-r--r-- | files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.md b/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.md index f3fa2bda26..2861961885 100644 --- a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.md +++ b/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.md @@ -359,11 +359,11 @@ var thisitemEl = thislevel.iterateNext(); ## 関連情報 - [XPath](/ja/docs/Web/XPath) -- [XML Path Language](http://www.xml.com/pub/a/2000/08/holman/index.html?page=2#xpath-info) from _[What is XSLT?](http://www.xml.com/pub/a/2000/08/holman/)_ by G. Ken Holman +- [XML Path Language](https://www.xml.com/pub/a/2000/08/holman/index.html?page=2#xpath-info) from _[What is XSLT?](https://www.xml.com/pub/a/2000/08/holman/)_ by G. Ken Holman ## 原著情報 -- 原文 [Mozilla XPath Tutorial](http://www-xray.ast.cam.ac.uk/~jgraham/mozilla/xpath-tutorial.html) に基づいて作成されています。 +- 原文 [Mozilla XPath Tutorial](https://www-xray.ast.cam.ac.uk/~jgraham/mozilla/xpath-tutorial.html) に基づいて作成されています。 - 原文の著者: James Graham - その他の貢献者: James Thompson - 最終更新日: 2006 年 3 月 25 日 |