| 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">
|
|
|