aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/tools/performance
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/tools/performance')
-rw-r--r--files/zh-cn/tools/performance/frame_rate/index.html4
-rw-r--r--files/zh-cn/tools/performance/ui_tour/index.html14
2 files changed, 9 insertions, 9 deletions
diff --git a/files/zh-cn/tools/performance/frame_rate/index.html b/files/zh-cn/tools/performance/frame_rate/index.html
index 5e0c776482..efdce84d51 100644
--- a/files/zh-cn/tools/performance/frame_rate/index.html
+++ b/files/zh-cn/tools/performance/frame_rate/index.html
@@ -35,7 +35,7 @@ translation_of: Tools/Performance/Frame_rate
<h2 id="帧率图">帧率图</h2>
-<p>可以在“性能”工具的“<a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/UI_Tour#Recording_overview">录制概览</a>”中找到帧率图。 当浏览器完成一帧时需要花费一个时间戳,并使用它来跟踪记录过程中的帧率。</p>
+<p>可以在“性能”工具的“<a href="/zh-CN/docs/Tools/Performance/UI_Tour#Recording_overview">录制概览</a>”中找到帧率图。 当浏览器完成一帧时需要花费一个时间戳,并使用它来跟踪记录过程中的帧率。</p>
<p><img alt="" src="https://mdn.mozillademos.org/files/11025/perf-frame-rate.png" style="display: block; height: 66px; margin-left: auto; margin-right: auto; width: 900px;">x 轴是全部周期内的时间,共有三个注解:最大帧率,平均帧率和最低帧率。</p>
@@ -45,7 +45,7 @@ translation_of: Tools/Performance/Frame_rate
<h2 id="使用帧率图">使用帧率图</h2>
-<p>帧率图的最大的价值在于,它和 <a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Web_Console">Web 控制台</a>一样,可以快速指出您的站点可能出现问题的位置,从而使您可以使用其他工具进行更深入的分析。 例如,这是性能文件的屏幕截图:</p>
+<p>帧率图的最大的价值在于,它和 <a href="/zh-CN/docs/Tools/Web_Console">Web 控制台</a>一样,可以快速指出您的站点可能出现问题的位置,从而使您可以使用其他工具进行更深入的分析。 例如,这是性能文件的屏幕截图:</p>
<p><img alt="" src="https://mdn.mozillademos.org/files/11023/perf-fr-waterfall.png" style="display: block; height: 413px; margin-left: auto; margin-right: auto; width: 900px;"></p>
diff --git a/files/zh-cn/tools/performance/ui_tour/index.html b/files/zh-cn/tools/performance/ui_tour/index.html
index 7b77de46ff..6e6fbcd764 100644
--- a/files/zh-cn/tools/performance/ui_tour/index.html
+++ b/files/zh-cn/tools/performance/ui_tour/index.html
@@ -10,14 +10,14 @@ translation_of: Tools/Performance/UI_Tour
<p><img alt="" src="https://mdn.mozillademos.org/files/13220/perf-tool-pieces.png" style="display: block; height: 351px; margin-left: auto; margin-right: auto; width: 808px;"></p>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/UI_Tour#工具栏">工具栏</a></li>
- <li><a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/UI_Tour#录制列表面板">录制列表面板</a></li>
- <li><a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/UI_Tour#录制概览">录制概览</a></li>
- <li><a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/UI_Tour#详情面板">详情面板</a>,可能包含下面内容的某一个:
+ <li><a href="/zh-CN/docs/Tools/Performance/UI_Tour#工具栏">工具栏</a></li>
+ <li><a href="/zh-CN/docs/Tools/Performance/UI_Tour#录制列表面板">录制列表面板</a></li>
+ <li><a href="/zh-CN/docs/Tools/Performance/UI_Tour#录制概览">录制概览</a></li>
+ <li><a href="/zh-CN/docs/Tools/Performance/UI_Tour#详情面板">详情面板</a>,可能包含下面内容的某一个:
<ul>
- <li><a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/Waterfall">瀑布流</a></li>
- <li><a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/Call_Tree">调用树</a></li>
- <li><a href="https://wiki.developer.mozilla.org/zh-CN/docs/Tools/Performance/Flame_Chart">火焰图</a></li>
+ <li><a href="/zh-CN/docs/Tools/Performance/Waterfall">瀑布流</a></li>
+ <li><a href="/zh-CN/docs/Tools/Performance/Call_Tree">调用树</a></li>
+ <li><a href="/zh-CN/docs/Tools/Performance/Flame_Chart">火焰图</a></li>
</ul>
</li>
</ul>