diff options
Diffstat (limited to 'files/zh-cn/mdn')
-rw-r--r-- | files/zh-cn/mdn/contribute/howto/tag/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/mdn/guidelines/css_style_guide/index.html | 2 |
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&css_classnames=<var>desired-css-class</var></code>. 例如,要查找使用卡片网格布局的页面,请尝试URL<a href="https://wiki.developer.mozilla.org/en-US/search?locale=*&css_classnames=card-grid">https://wiki.developer.mozilla.org/en-US/search?locale=*&css_classnames=card-grid</a>.</p> +<p><code>https://developer.mozilla.org/en-US/search?locale=en-US&css_classnames=<var>desired-css-class</var></code>. 例如,要查找使用卡片网格布局的页面,请尝试URL<a href="/zh-CN/search?locale=*&css_classnames=card-grid">/zh-CN/search?locale=*&css_classnames=card-grid</a>.</p> </div> <div class="blockIndicator warning"> |