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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html

Issue 12221067: Move Chrome Apps Codelab docs to developer.chrome.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments from Fang Jue Created 7 years, 10 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_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.

Powered by Google App Engine
This is Rietveld 408576698