diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-28 14:28:50 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-04 21:16:51 +0900 |
commit | eba0103ac42ec9c8d20f0675aeabab2a7e481d2f (patch) | |
tree | 8cc89f4c8d362ec0c58253d137782bae3d94b17a /files/ja/web/xpath/introduction_to_using_xpath_in_javascript | |
parent | 3aacbc5024ca80a97ef6ce0ad1fe654f36bf45b1 (diff) | |
download | translated-content-eba0103ac42ec9c8d20f0675aeabab2a7e481d2f.tar.gz translated-content-eba0103ac42ec9c8d20f0675aeabab2a7e481d2f.tar.bz2 translated-content-eba0103ac42ec9c8d20f0675aeabab2a7e481d2f.zip |
Update index.md
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 日 |