aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/html
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 15:47:55 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commit8af4d5e8a260f3474b4273d573532ec6fec08ab4 (patch)
tree2af9751507e1f973e5ddbd075d32e571df1c7658 /files/zh-tw/web/html
parent253bf68f4a0bb343bb556c9ba54c7f9410471e08 (diff)
downloadtranslated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.gz
translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.bz2
translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.zip
replace wiki links in zh-TW
Diffstat (limited to 'files/zh-tw/web/html')
-rw-r--r--files/zh-tw/web/html/element/script/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/html/element/script/index.html b/files/zh-tw/web/html/element/script/index.html
index 430780ed44..cb5bb32bdf 100644
--- a/files/zh-tw/web/html/element/script/index.html
+++ b/files/zh-tw/web/html/element/script/index.html
@@ -66,7 +66,7 @@ translation_of: Web/HTML/Element/script
<div class="warning">
<p>如果沒有 <code>src</code> 屬性的話,就不能用這個屬性(例如行內腳本):在這種情況下,它將失去作用。</p>
-<p>The <code>defer</code> attribute has no effect on <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules">module scripts </a>— they defer by default.</p>
+<p>The <code>defer</code> attribute has no effect on <a href="/zh-TW/docs/Web/JavaScript/Guide/Modules">module scripts </a>— they defer by default.</p>
</div>
<dl>