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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_bluetooth.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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_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:

Powered by Google App Engine
This is Rietveld 408576698