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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_identity.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_identity.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_identity.html b/chrome/common/extensions/docs/templates/articles/app_identity.html
index dcfcc282ad068c6457cbdb5e336275a4ccb66887..7fd312db5e0b041be89573d083fba800c12f8264 100644
--- a/chrome/common/extensions/docs/templates/articles/app_identity.html
+++ b/chrome/common/extensions/docs/templates/articles/app_identity.html
@@ -20,7 +20,7 @@ Want to play with the code?
Check out
<a href="https://github.com/GoogleChrome/chrome-app-samples#_feature_identity">these samples</a>,
in particular the
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/identity#readme">identity sample</a>.
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/identity#readme">identity sample</a>.
</p>
<h2 id="how">How it works</h2>
@@ -132,7 +132,7 @@ an error will occur when your app calls <a href="#token">getAuthToken()</a>.
You need to update your manifest to include
the client ID and scopes.
Here's the sample "oauth2" for the
-<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/gdrive">gdrive sample</a>:
+<a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/gdrive">gdrive sample</a>:
</p>
<pre data-filename="manifest.json">

Powered by Google App Engine
This is Rietveld 408576698