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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.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
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/app_codelab6_lifecycle.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html b/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
index 69c7edb83efd755bf6874986015efd221d80b042..ae354864b9382176422fa64f59c021ff9df48505 100644
--- a/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
+++ b/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
@@ -29,8 +29,8 @@ For those not familiar with the store, it provides several benefits to users and
<li> Compress your applications root directory (the folder containing the &#39;manifest.json&#39; file).</li>
<li> Visit the <a href="https://chrome.google.com/webstore/developer/dashboard">dashboard</a> and click &quot;Upload new application&quot;.</li>
<li> Find the file in your system.
-<img src="/static/images/codelab/upload.jpg" alt="Developer Dashboard Upload">
-<img src="/static/images/codelab/findfile.jpg" alt="Developer Dashboard Find"></li>
+<img src="{{static}}/images/codelab/upload.jpg" alt="Developer Dashboard Upload">
+<img src="{{static}}/images/codelab/findfile.jpg" alt="Developer Dashboard Find"></li>
<li> Upload.</li>
</ol>
@@ -39,7 +39,7 @@ Just make sure it contains the <code>manifest.json</code>.</p>
<p>You should see a screen that looks like this:</p>
-<p><img src="/static/images/codelab/md.jpg" alt="Developer Dashboard Edit"></p>
+<p><img src="{{static}}/images/codelab/md.jpg" alt="Developer Dashboard Edit"></p>
<p>Done.... Well not quite, nearly.</p>
@@ -57,6 +57,6 @@ Just make sure it contains the <code>manifest.json</code>.</p>
<p>If you are happy with everything, you can now publish your application to the public. If you are not quite ready, you can save the draft for later, or you can publish it to a group of testers.</p>
-<p><img src="/static/images/codelab/publish.jpg" alt="Developer Dashboard Publish"></p>
+<p><img src="{{static}}/images/codelab/publish.jpg" alt="Developer Dashboard Publish"></p>
<p>Hint: if anyone wants to create a tool that lets users quickly create all the required assets, developers would sincerely appreciate.</p>
« no previous file with comments | « chrome/common/extensions/docs/templates/articles/app_codelab6_lifecycle.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698