| Index: chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html b/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
|
| index 33633f91588a45f0de7f6b6b86990262aa40284b..032a42f8cf0ef83f21afca132acf5ca132445645 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
|
| @@ -11,7 +11,7 @@
|
|
|
| <ol>
|
| <li><p>Make sure you are using Chrome Canary. Access <code>chrome://version</code> and check if there is a <code>canary</code> keyword at the end of the first line:<br>
|
| -<img src="/static/images/codelab/screenshot1.png" alt="Checking Chrome version"></p></li>
|
| +<img src="{{static}}/images/codelab/screenshot1.png" alt="Checking Chrome version"></p></li>
|
| <li><p>Enable flags in <code>chrome://flags</code></p>
|
|
|
| <ul>
|
| @@ -19,7 +19,7 @@
|
| <li>Enable debugging for packed apps</li>
|
| </ul></li>
|
| <li><p>Enable Developer mode in <code>chrome://extensions</code>:<br>
|
| -<img src="/static/images/codelab/screenshot2.png" alt="Enabling developer mode"></p></li>
|
| +<img src="{{static}}/images/codelab/screenshot2.png" alt="Enabling developer mode"></p></li>
|
| </ol>
|
|
|
| <p class="note"><b>Note:</b> Open the <code>chrome://extensions</code> page in its own window and keep it assessible as you work through the lab.
|
|
|