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

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

Issue 11146033: fix broken paths to icon.png in debugging page (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 2 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 | « no previous file | 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/tut_debugging.html
===================================================================
--- chrome/common/extensions/docs/templates/articles/tut_debugging.html (revision 162074)
+++ chrome/common/extensions/docs/templates/articles/tut_debugging.html (working copy)
@@ -26,7 +26,7 @@
Load the Hello World extension if it isn't already running.
If the extension is running,
you'll see the Hello World icon
- <img src="../examples/tutorials/getstarted/icon.png"
+ <img src="examples/tutorials/getstarted/icon.png"
width="19" height="19" alt=""
style="margin:0" />
to the right of
@@ -73,7 +73,7 @@
</li>
<li>
Right-click the Hello World icon
- <img src="../examples/tutorials/getstarted/icon.png"
+ <img src="examples/tutorials/getstarted/icon.png"
width="19" height="19" alt=""
style="margin:0" />
and choose the <b>Inspect popup</b> menu item. The popup appears,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698