aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/fullscreen_api/guide/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/fullscreen_api/guide/index.html')
-rw-r--r--files/zh-cn/web/api/fullscreen_api/guide/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/fullscreen_api/guide/index.html b/files/zh-cn/web/api/fullscreen_api/guide/index.html
index f6b27bbb90..325cae8184 100644
--- a/files/zh-cn/web/api/fullscreen_api/guide/index.html
+++ b/files/zh-cn/web/api/fullscreen_api/guide/index.html
@@ -67,7 +67,7 @@ if (elem.requestFullscreen) {
<p> </p>
-<p>用户总是可以自行退出全屏模式;详见 {{Anch("Things your users want to know")}}。你也可以以编程方式通过调用 {{DOMxRef("Document.exitFullscreen()")}} 方法来做到这点。</p>
+<p>用户总是可以自行退出全屏模式;详见 <a href="#things_your_users_want_to_know">Things your users want to know</a>。你也可以以编程方式通过调用 {{DOMxRef("Document.exitFullscreen()")}} 方法来做到这点。</p>
<h2 id="其他信息">其他信息</h2>