Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: chrome/common/extensions/docs/templates/private/header_body.html

Issue 15842014: Doc Server Manifest Generation Followup Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Header absolute URL fix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698