aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/url
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/web/api/url
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/web/api/url')
-rw-r--r--files/zh-cn/web/api/url/index.html4
-rw-r--r--files/zh-cn/web/api/url/password/index.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/api/url/index.html b/files/zh-cn/web/api/url/index.html
index ef89407946..36ad901d75 100644
--- a/files/zh-cn/web/api/url/index.html
+++ b/files/zh-cn/web/api/url/index.html
@@ -131,8 +131,8 @@ console.log(parsedUrl.searchParams.get("id")); // "123"
<h2 id="相关链接">相关链接</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/URL_API">URL API</a></li>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_URL">What is a URL?</a></li>
+ <li><a href="/zh-CN/docs/Web/API/URL_API">URL API</a></li>
+ <li><a href="/zh-CN/docs/Learn/Common_questions/What_is_a_URL">What is a URL?</a></li>
<li>Property to obtain a <code>URL</code> object: {{domxref("Window.URL")}}.</li>
<li>{{domxref("URLSearchParams")}}.</li>
</ul>
diff --git a/files/zh-cn/web/api/url/password/index.html b/files/zh-cn/web/api/url/password/index.html
index 5490343afd..eb9989246a 100644
--- a/files/zh-cn/web/api/url/password/index.html
+++ b/files/zh-cn/web/api/url/password/index.html
@@ -8,7 +8,7 @@ original_slug: Web/API/URL/密码
<p> {{domxref("URL")}}<span class="tlid-translation translation" lang="zh-CN"><span title="">接口的<strong><code>password</code></strong>属性为</span></span>{{domxref("USVString")}}<span class="tlid-translation translation" lang="zh-CN"><span title="">,其中包含在域名之前指定的密码。</span></span></p>
-<p><span class="tlid-translation translation" lang="zh-CN"><span title="">如果在未设置</span></span><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/URL/username">username</a><span class="tlid-translation translation" lang="zh-CN"><span title="">属性的情况下进行调用,默认失败。</span></span></p>
+<p><span class="tlid-translation translation" lang="zh-CN"><span title="">如果在未设置</span></span><a href="/zh-CN/docs/Web/API/URL/username">username</a><span class="tlid-translation translation" lang="zh-CN"><span title="">属性的情况下进行调用,默认失败。</span></span></p>
<p>{{AvailableInWorkers}}</p>