Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(797)

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js

Issue 2678183003: [devtools] update link to network panel doc (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js b/third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js
index 9d633251954228fe2f49b465d6edc2b7e117850b..9c7a27733854dd4a36ae3e837357bf695995deeb 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/RequestTimingView.js
@@ -236,9 +236,8 @@ Network.RequestTimingView = class extends UI.VBox {
var footer = tableElement.createChild('tr', 'network-timing-footer');
var note = footer.createChild('td');
note.colSpan = 2;
- note.appendChild(UI.createDocumentationLink(
- 'profile/network-performance/resource-loading#view-network-timing-details-for-a-specific-resource',
- Common.UIString('Explanation')));
+ note.appendChild(
+ UI.createDocumentationLink('network-performance/reference#timing', Common.UIString('Explanation')));
footer.createChild('td').createTextChild(Number.secondsToString(totalDuration, true));
var serverTimings = request.serverTimings;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698