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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_serial.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_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">

Powered by Google App Engine
This is Rietveld 408576698