| Index: chrome/common/extensions/docs/templates/articles/app_bluetooth.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_bluetooth.html b/chrome/common/extensions/docs/templates/articles/app_bluetooth.html
|
| index 2c24ded94e222fa19d9b0f1117839fb511dd15cb..a958744607c9d95ef806d9fe4e52cd24b387a637 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_bluetooth.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_bluetooth.html
|
| @@ -1,7 +1,7 @@
|
| <h1>Bluetooth</h1>
|
|
|
| <p>
|
| - This document describes how to use the <a href="bluetooth.html">Bluetooth
|
| + This document describes how to use the <a href="bluetooth">Bluetooth
|
| API</a> to communicate with Bluetooth and Bluetooth Low Energy devices.
|
| </p>
|
|
|
| @@ -14,7 +14,7 @@
|
|
|
| <p>
|
| For Chrome Apps that use Bluetooth, add the
|
| - <a href="manifest/bluetooth.html">bluetooth</a> entry to the manifest
|
| + <a href="manifest/bluetooth">bluetooth</a> entry to the manifest
|
| and specify, if appropriate, the UUIDs of profiles, protocols or services
|
| you wish to implement.
|
| For example:
|
|
|