aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/nodelist
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-07-12 10:11:30 +0900
committerpotappo <potappo@gmail.com>2021-07-18 18:33:18 +0900
commitfd1e2435671adf89d5a2718fc7d1454828f147ae (patch)
tree769a406472882e3bafda9e32fb8b4414cfcfb1d5 /files/ja/web/api/nodelist
parentb0caefeaf81fd55008397bfd6f7765e15cecd224 (diff)
downloadtranslated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.gz
translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.bz2
translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.zip
remove wiki.developer.mozilla.org links
Diffstat (limited to 'files/ja/web/api/nodelist')
-rw-r--r--files/ja/web/api/nodelist/foreach/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/nodelist/foreach/index.html b/files/ja/web/api/nodelist/foreach/index.html
index 887d385f47..5df7ca9f76 100644
--- a/files/ja/web/api/nodelist/foreach/index.html
+++ b/files/ja/web/api/nodelist/foreach/index.html
@@ -36,7 +36,7 @@ translation_of: Web/API/NodeList/forEach
</dl>
</dd>
<dt><code><var>thisArg</var></code> {{Optional_inline}}</dt>
- <dd><code><var>callback</var></code> 内で <code><a href="https://wiki.developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Operators/this">this</a></code> として使う値です。</dd>
+ <dd><code><var>callback</var></code> 内で <code><a href="/ja/docs/Web/JavaScript/Reference/Operators/this">this</a></code> として使う値です。</dd>
</dl>
<h3 id="Return_value" name="Return_value">戻り値</h3>