Descriptionfix broken paths to icon.png in debugging page
The getstarted.html page doesn't use a "../" path to get to the icon.png
and it displays fine:
http://developer.chrome.com/extensions/getstarted.html#load
However, the tut_debugging.html page does (and is in the same location as
getstarted.html) which means it has a broken link:
http://developer.chrome.com/extensions/tut_debugging.html#extension-info
Drop the ../ part so the path works again.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162451
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|