diff options
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rw-r--r-- | chrome/common/extensions/docs/bookmarks.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index c799a65..2877e52 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -76,16 +76,16 @@ <!-- API HEADER --> <table id="header" width="100%" cellspacing="0" border="0"> <tbody><tr> - <td valign="middle"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></td> + <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td> <td valign="middle" width="100%" style="padding-left:0.6em;"> <form action="http://www.google.com/cse" id="cse" style="margin-top:0.5em"> <div id="gsc-search-box"> <input type="hidden" name="cx" value="002967670403910741006:61_cvzfqtno"> <input type="hidden" name="ie" value="UTF-8"> - <input type="text" name="q" size="55"> + <input type="text" name="q" value="" size="55"> <input class="gsc-search-button" type="submit" name="sa" value="Search"> <br> - <span class="greytext">e.g. "ajax apis" or "open source"</span> + <span class="greytext">e.g. "page action" or "tabs"</span> </div> </form> @@ -101,7 +101,7 @@ <a id="gc-topnav-anchor"></a> <div id="gc-topnav"> - <h1>Google Chrome Extensions (<a href="/labs/">Labs</a>)</h1> + <h1>Google Chrome Extensions (<a href="http://code.google.com/labs/">Labs</a>)</h1> <ul id="home" class="gc-topnav-tabs"> <li id="home_link"> <a href="index.html" title="Google Chrome Extensions home page">Home</a> |