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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_external.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_external.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_external.html b/chrome/common/extensions/docs/templates/articles/app_external.html
index 2a375fbc90974a1d8ad08ee2898cf584b548fef4..1a3bda3705212f0bf55a6275297342541a7e1cb3 100644
--- a/chrome/common/extensions/docs/templates/articles/app_external.html
+++ b/chrome/common/extensions/docs/templates/articles/app_external.html
@@ -21,7 +21,7 @@ and indirectly access the APIs.
<b>API Sample: </b>
Want to play with the code?
Check out the
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/sandbox">sandbox</a> sample.
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/sandbox">sandbox</a> sample.
</p>
<h2 id="external">Referencing external resources</h2>
@@ -76,7 +76,7 @@ these resources locally, so that they are available offline.</p>
<p class="note">
<b>API Sample: </b>
Want to play with the code? Check out the
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/browser">browser</a>
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/browser">browser</a>
sample.
</p>

Powered by Google App Engine
This is Rietveld 408576698