aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mdn
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 16:10:02 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commita02f4b2f60c81e09b318a090e5c9c2d2d641c878 (patch)
tree2b1849e7a34cb367ff6624e35a35fc827eceef6b /files/zh-cn/mdn
parent8af4d5e8a260f3474b4273d573532ec6fec08ab4 (diff)
downloadtranslated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.gz
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.tar.bz2
translated-content-a02f4b2f60c81e09b318a090e5c9c2d2d641c878.zip
replace wiki links in zh-CN
Diffstat (limited to 'files/zh-cn/mdn')
-rw-r--r--files/zh-cn/mdn/contribute/howto/tag/index.html2
-rw-r--r--files/zh-cn/mdn/guidelines/css_style_guide/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/mdn/contribute/howto/tag/index.html b/files/zh-cn/mdn/contribute/howto/tag/index.html
index 67415b88f1..e46129fee3 100644
--- a/files/zh-cn/mdn/contribute/howto/tag/index.html
+++ b/files/zh-cn/mdn/contribute/howto/tag/index.html
@@ -251,7 +251,7 @@ translation_of: MDN/Contribute/Howto/Tag
<dt><code>{{Tag("Draft")}}</code></dt>
<dd>文章不完整,至少在理论上仍在积极更新(尽管它也有可能被遗忘)。在进行更改之前,请尝试与最新的贡献者进行检查,以避免潜在的内容冲突。</dd>
<dt><code>{{Tag("NeedsCompatTable")}}</code></dt>
- <dd>文章需要一个表来指定跨浏览器特性的兼容性,有关促进浏览器兼容性的指南参见<a href="https://wiki.developer.mozilla.org/en-US/docs/MDN/Contribute/Structures/Compatibility_tables">此处</a>。</dd>
+ <dd>文章需要一个表来指定跨浏览器特性的兼容性,有关促进浏览器兼容性的指南参见<a href="/zh-CN/docs/MDN/Contribute/Structures/Compatibility_tables">此处</a>。</dd>
</dl>
<dl>
diff --git a/files/zh-cn/mdn/guidelines/css_style_guide/index.html b/files/zh-cn/mdn/guidelines/css_style_guide/index.html
index ee85c19b97..4784a5682d 100644
--- a/files/zh-cn/mdn/guidelines/css_style_guide/index.html
+++ b/files/zh-cn/mdn/guidelines/css_style_guide/index.html
@@ -10,7 +10,7 @@ translation_of: MDN/Guidelines/CSS_style_guide
<div class="blockIndicator note">
<p><strong>注意:如果要搜索MDN上使用给定类的位置,可以</strong>使用表单的URL执行此操作</p>
-<p><code>https://developer.mozilla.org/en-US/search?locale=en-US&amp;css_classnames=<var>desired-css-class</var></code>.   例如,要查找使用卡片网格布局的页面,请尝试URL<a href="https://wiki.developer.mozilla.org/en-US/search?locale=*&amp;css_classnames=card-grid">https://wiki.developer.mozilla.org/en-US/search?locale=*&amp;css_classnames=card-grid</a>.</p>
+<p><code>https://developer.mozilla.org/en-US/search?locale=en-US&amp;css_classnames=<var>desired-css-class</var></code>.   例如,要查找使用卡片网格布局的页面,请尝试URL<a href="/zh-CN/search?locale=*&amp;css_classnames=card-grid">/zh-CN/search?locale=*&amp;css_classnames=card-grid</a>.</p>
</div>
<div class="blockIndicator warning">