| Index: chrome/common/extensions/docs/templates/private/header_body.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/header_body.html b/chrome/common/extensions/docs/templates/private/header_body.html
|
| index fa7149c3e63e1d6b60db8f8deb2198c295ef1440..b0f98f80f4721020393853b8f819308efeefe151 100644
|
| --- a/chrome/common/extensions/docs/templates/private/header_body.html
|
| +++ b/chrome/common/extensions/docs/templates/private/header_body.html
|
| @@ -1,7 +1,7 @@
|
| <div id="gc-topnav">
|
| <table><tr>
|
| <td id="chrome-logo">
|
| - <a href="." title="Google Chrome {{title}}">
|
| + <a href="/{{platform}}s/" title="Google Chrome {{title}}">
|
| <img src="{{static}}/images/chrome-logo.png" alt="">
|
| chrome {{platform}}s
|
| </a>
|
| @@ -22,7 +22,7 @@
|
| <td>
|
| <ul>
|
| <li>
|
| - <a href="samples.html"
|
| + <a href="/{{platform}}s/samples.html"
|
| title="Sample {{title}} (with source code)">Samples</a>
|
| </li>
|
| <li>
|
|
|