diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-24 23:41:12 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-24 23:41:12 +0000 |
commit | 0a16245406f70d8f8c842f20d2281602c17cad66 (patch) | |
tree | 224e7cda0144e851c99f77ea5f15dafacfd60674 /chrome/common/extensions/docs/static/bookmarks.html | |
parent | 069b1d53d88079d08f31e2822483b1817cd0cee8 (diff) | |
download | chromium_src-0a16245406f70d8f8c842f20d2281602c17cad66.zip chromium_src-0a16245406f70d8f8c842f20d2281602c17cad66.tar.gz chromium_src-0a16245406f70d8f8c842f20d2281602c17cad66.tar.bz2 |
Fix links to resources in extension docs.
Prefix changes moved extension doc HTML files relative to
their resources and attempted to fix this with the <base>
HTML tag.
This ended up not working because it also changes the way
hyperlinks resolve, which we don't want. So had to fix
resource references manually.
Also removed some orphaned experimental.*.html files from
things that got moved out of experimental, but whose shell
files got left behind.
Also added static/devtools.html, which looks like it was
never checked in when devtools was moved out of
experimental.
TBR=yoz@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10656013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/bookmarks.html')
-rw-r--r-- | chrome/common/extensions/docs/static/bookmarks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html index 5df4edc..2862b4e 100644 --- a/chrome/common/extensions/docs/static/bookmarks.html +++ b/chrome/common/extensions/docs/static/bookmarks.html @@ -8,7 +8,7 @@ Also see <a href="override.html">Override Pages</a>, which you can use to create a custom Bookmark Manager page. </p> -<img src="images/bookmarks.png" +<img src="../images/bookmarks.png" width="210" height="147" alt="Clicking the star adds a bookmark" /> <h2 id="manifest">Manifest</h2> |