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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_serial.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_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 05f5455993d40dd5826fce6f0bc9e97b8078d12e..5ac637676fa6e28074ca29a4520ee9263c28deb2 100644
--- a/chrome/common/extensions/docs/templates/articles/app_serial.html
+++ b/chrome/common/extensions/docs/templates/articles/app_serial.html
@@ -11,9 +11,9 @@ and write from serial devices. Chrome Apps can also connect to
<p class="note">
<b>Samples:</b> For examples that illustrate how Chrome Apps can connect to hardware devices through a serial port, see the
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/serial/adkjs#readme">adkjs</a>,
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/serial/ledtoggle#readme">ledtoggle</a> and the
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/servo#readme">servo</a> samples.
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/serial/adkjs#readme">adkjs</a>,
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/serial/ledtoggle#readme">ledtoggle</a> and the
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/servo#readme">servo</a> samples.
</p>
<h2 id="requirement">Manifest requirement</h2>

Powered by Google App Engine
This is Rietveld 408576698