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

Unified Diff: chrome/common/extensions/docs/templates/intros/devtools_network.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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
Index: chrome/common/extensions/docs/templates/intros/devtools_network.html
diff --git a/chrome/common/extensions/docs/templates/intros/devtools_network.html b/chrome/common/extensions/docs/templates/intros/devtools_network.html
index a6a77e121e3797af8d0a6fbe57118cf2caf6bf61..e322d5e9b785b1637abd23446daf7a512ba4dca9 100644
--- a/chrome/common/extensions/docs/templates/intros/devtools_network.html
+++ b/chrome/common/extensions/docs/templates/intros/devtools_network.html
@@ -1,5 +1,5 @@
<p>
-See <a href="devtools.html">DevTools APIs summary</a> for
+See <a href="devtools">DevTools APIs summary</a> for
general introduction to using Developer Tools APIs</a>.
</p>
@@ -45,5 +45,5 @@ chrome.devtools.network.onRequestFinished.addListener(
<p>
You can find more examples that use this API in
-<a href="samples.html#devtools.network">Samples</a>.
+<a href="samples#devtools.network">Samples</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698