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

Unified Diff: chrome/common/extensions/docs/templates/intros/webNavigation.html

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: first round Created 5 years, 7 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/intros/webNavigation.html
diff --git a/chrome/common/extensions/docs/templates/intros/webNavigation.html b/chrome/common/extensions/docs/templates/intros/webNavigation.html
index a4de67486f965f67fc7fb9fb02e7cc9930f30c87..36e3136b40279e1f6223f48593ec11dabf7ac166 100644
--- a/chrome/common/extensions/docs/templates/intros/webNavigation.html
+++ b/chrome/common/extensions/docs/templates/intros/webNavigation.html
@@ -60,9 +60,9 @@ fired. This event can fire any time after <code>onDOMContentLoaded</code>.
</p>
<p>
If a navigation was triggered via <a
-href="https://support.google.com/chrome/bin/answer.py?answer=177873">Chrome
+href="https://support.google.com/chrome/answer/177873">Chrome
Instant</a> or <a
-href="https://support.google.com/chrome/bin/answer.py?answer=1385029">Instant
+href="https://support.google.com/chrome/answer/1385029">Instant
Pages</a>, a completely loaded page is swapped into the current tab. In that
case, an <code>onTabReplaced</code> event is fired.
</p>

Powered by Google App Engine
This is Rietveld 408576698