aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/fullscreen_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/fullscreen_api/index.html')
-rw-r--r--files/zh-cn/web/api/fullscreen_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/fullscreen_api/index.html b/files/zh-cn/web/api/fullscreen_api/index.html
index 59bea9a990..87e6fec637 100644
--- a/files/zh-cn/web/api/fullscreen_api/index.html
+++ b/files/zh-cn/web/api/fullscreen_api/index.html
@@ -117,7 +117,7 @@ translation_of: Web/API/Fullscreen_API
<p>全屏模式可由功能策略( <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Feature_Policy">Feature Policy</a>)控制。全屏模式功能由字符串“full screen”标识,默认的允许列表值为“self”,这意味着在顶级文档上下文 以及 从与顶级文档相同的源加载的嵌套上下文中允许使用全屏模式。</p>
-<p>请参阅使用功能策略(<a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy"> Feature Policy</a> )以了解有关使用功能策略控制对API的访问的更多信息。</p>
+<p>请参阅使用功能策略(<a href="/zh-CN/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy"> Feature Policy</a> )以了解有关使用功能策略控制对API的访问的更多信息。</p>
<h2 id="Things_your_users_want_to_know" name="Things_your_users_want_to_know">使用说明</h2>