| Index: chrome/common/extensions/docs/templates/articles/app_serial.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_serial.html b/chrome/common/extensions/docs/templates/articles/app_serial.html
|
| index 2266472ffe6cb5232293fa418e6bda7dd5d7d9c0..05f5455993d40dd5826fce6f0bc9e97b8078d12e 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_serial.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_serial.html
|
| @@ -4,9 +4,9 @@
|
| </p>
|
|
|
| <p>
|
| -This document describes how to use the <a href="serial.html">serial API</a> to read
|
| +This document describes how to use the <a href="serial">serial API</a> to read
|
| and write from serial devices. Chrome Apps can also connect to
|
| -<a href="app_usb.html">USB</a> and <a href="app_bluetooth.html">Bluetooth</a> devices.
|
| +<a href="app_usb">USB</a> and <a href="app_bluetooth">Bluetooth</a> devices.
|
| </p>
|
|
|
| <p class="note">
|
|
|