| 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>
|
|
|
|
|