aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/url/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/url/index.html')
-rw-r--r--files/zh-cn/web/api/url/index.html4
1 files changed, 2 insertions, 2 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>