diff options
author | Elan Bin <yhbflydream@gmail.com> | 2021-07-21 09:39:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 09:39:45 +0800 |
commit | 1b014244232165bf3a3f56d4b1630ec3b515adbd (patch) | |
tree | 0a4218534a313a2c3f22c33ac1c1b6f8b2dab245 /files | |
parent | 477994dba6bb39a01073c07d3ebdebc6bec257e8 (diff) | |
download | translated-content-1b014244232165bf3a3f56d4b1630ec3b515adbd.tar.gz translated-content-1b014244232165bf3a3f56d4b1630ec3b515adbd.tar.bz2 translated-content-1b014244232165bf3a3f56d4b1630ec3b515adbd.zip |
Fix Web/HTML/Element/datalist, zh-CN (#1624)
the right url is 'https://developer.mozilla.org/zh-CN/docs/Web/HTML/Global_attributes'
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/html/element/datalist/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/datalist/index.html b/files/zh-cn/web/html/element/datalist/index.html index 37bb8d3607..81f2debb2d 100644 --- a/files/zh-cn/web/html/element/datalist/index.html +++ b/files/zh-cn/web/html/element/datalist/index.html @@ -21,7 +21,7 @@ translation_of: Web/HTML/Element/datalist <h2 id="属性">属性</h2> -<p>该元素除了公用的<a href="/zh-cn/HTML/Global_attributes" title="zh-cn/HTML/Global attributes">全局属性</a>之外,没有其他属性。</p> +<p>该元素除了公用的<a href="/zh-CN/docs/Web/HTML/Global_attributes" title="zh-CN/docs/Web/HTML/Global attributes">全局属性</a>之外,没有其他属性。</p> <h2 id="示例">示例</h2> |