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

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

Issue 561733004: Fixing path to chrome app samples in documentation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding app.yaml and cron.yaml vesion update Created 6 years, 3 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_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 0a523d567b204dfb5010720fd1dc1e65f46d0970..d886b37fe81384557b7c4cc5e97f9572bc3fd28b 100644
--- a/chrome/common/extensions/docs/templates/articles/app_usb.html
+++ b/chrome/common/extensions/docs/templates/articles/app_usb.html
@@ -10,10 +10,10 @@ Chrome Apps can also connect to <a href="serial">serial</a> and
<p class="note">
<b>Samples:</b> For examples that illustrate how Chrome Apps can connect to hardware devices, see the
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/serial">serial</a>,
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/servo">servo</a>,
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/usb">usb</a>, and
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/zephyr_hxm">zephyr_hxm
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/serial">serial</a>,
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/servo">servo</a>,
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/usb">usb</a>, and
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/zephyr_hxm">zephyr_hxm
Bluetooth</a> samples.
</p>
@@ -639,7 +639,7 @@ chrome.usb.interruptTransfer(connectionHandle, transferInfo, optionalCallback);
are not accessible because either the Operating System's kernel or a native
driver holds them off from user space code. Some examples are devices with
HID profiles on OSX systems, and USB pen drives.</p>
-
+
<p>
On most Linux systems, USB devices are mapped with read-only permissions by
default. To open a device through this API, your user will need to have

Powered by Google App Engine
This is Rietveld 408576698