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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_usb.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/articles/app_usb.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_usb.html b/chrome/common/extensions/docs/templates/articles/app_usb.html
index 75ce3e76a02352ae6b79feb44d7e1eaf4989d14c..0a523d567b204dfb5010720fd1dc1e65f46d0970 100644
--- a/chrome/common/extensions/docs/templates/articles/app_usb.html
+++ b/chrome/common/extensions/docs/templates/articles/app_usb.html
@@ -1,11 +1,11 @@
<h1>USB Devices</h1>
<p>
-This document describes how to use the <a href="usb.html">USB API</a> to communicate
+This document describes how to use the <a href="usb">USB API</a> to communicate
with USB devices. Some devices are not accessible through the USB API
(see the <a href="#caveats">Caveats</a> section below for details).
-Chrome Apps can also connect to <a href="serial.html">serial</a> and
-<a href="bluetooth.html">Bluetooth</a> devices.
+Chrome Apps can also connect to <a href="serial">serial</a> and
+<a href="bluetooth">Bluetooth</a> devices.
</p>
<p class="note">

Powered by Google App Engine
This is Rietveld 408576698