| Index: chrome/common/extensions/docs/templates/articles/app_codelab7_useridentification.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab7_useridentification.html b/chrome/common/extensions/docs/templates/articles/app_codelab7_useridentification.html
|
| index 3da1ee3c5bd12bc08969cd8aade8ba533062eaee..7f7f2899425aeb7642b680caaa33778634cf0ed0 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_codelab7_useridentification.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_codelab7_useridentification.html
|
| @@ -1,7 +1,7 @@
|
| <h1 id="lab_7_user_identity">Access User's Data</h1>
|
|
|
| <p>Most modern applications are attached to the web to synchronize data. When synchronizing data, you need to identify who the user is.
|
| -Chrome Apps come with an <a href="experimental.identity.html">identity API</a> that makes it easy to integrate either with Google accounts or with any other service that supports OAuth.</p>
|
| +Chrome Apps come with an <a href="experimental.identity">identity API</a> that makes it easy to integrate either with Google accounts or with any other service that supports OAuth.</p>
|
|
|
| <ol>
|
| <li> Built in - Google Authenticiation</li>
|
| @@ -179,11 +179,11 @@ and launch the app from a new tab.</p>
|
|
|
| <h2 id="you_should_also_read">You should also read</h2>
|
|
|
| -<p><a href="app_identity.html">Identify User</a> tutorial</p>
|
| +<p><a href="app_identity">Identify User</a> tutorial</p>
|
|
|
| <h2 id="what_39_s_next_">What's next?</h2>
|
|
|
| -<p>In <a href="app_codelab8_webresources.html">7 - Access Web Resources</a>,
|
| +<p>In <a href="app_codelab8_webresources">7 - Access Web Resources</a>,
|
| you will learn how to load and show images from a remote URL.</p>
|
|
|
| <p class="note"><b>Note:</b> Up until now, the code in each lab builds upon the previous lab code sample.
|
|
|