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

Unified Diff: remoting/webapp/crd/js/feedback.js

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug 490887 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
« no previous file with comments | « remoting/webapp/crd/html/dialog_host_setup.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/feedback.js
diff --git a/remoting/webapp/crd/js/feedback.js b/remoting/webapp/crd/js/feedback.js
index e738ecf6da93f1651eece0c4542354a5e3228c66..fe71cde331880572e94d51a1235cdbed9541607b 100644
--- a/remoting/webapp/crd/js/feedback.js
+++ b/remoting/webapp/crd/js/feedback.js
@@ -16,9 +16,8 @@ var remoting = remoting || {};
*/
remoting.manageHelpAndFeedback = function(container) {
var showHelp = function() {
- window.open('https://www.google.com/support/chrome/bin/answer.py?' +
- 'answer=1649523');
- }
+ window.open('https://support.google.com/chrome/answer/1649523');
+ };
var helpButton = container.querySelector('.menu-help');
base.debug.assert(helpButton != null);
helpButton.addEventListener('click', showHelp, false);
@@ -51,4 +50,4 @@ remoting.sendFeedback_ = function() {
};
var kFeedbackExtensionId = 'gfdkimpbcpahaombhbimeihdjnejgicl';
chrome.runtime.sendMessage(kFeedbackExtensionId, message, function() {});
-};
+};
« no previous file with comments | « remoting/webapp/crd/html/dialog_host_setup.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698