fix 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. Review URL: https://chromiumcodereview.appspot.com/11146033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162451 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment