diff options
Diffstat (limited to 'chromium/chrome/common/localized_error.cc')
-rw-r--r-- | chromium/chrome/common/localized_error.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/chrome/common/localized_error.cc b/chromium/chrome/common/localized_error.cc index 3089c7c829e..7033f6499fe 100644 --- a/chromium/chrome/common/localized_error.cc +++ b/chromium/chrome/common/localized_error.cc @@ -44,8 +44,7 @@ namespace { static const char kRedirectLoopLearnMoreUrl[] = "https://support.google.com/chrome/answer/95626"; static const char kWeakDHKeyLearnMoreUrl[] = - "https://www.chromium.org/administrators/" - "err_ssl_weak_server_ephemeral_dh_key"; + "https://support.google.com/chrome?p=dh_error"; static const char kCachedCopyButtonFieldTrial[] = "EnableGoogleCachedCopyTextExperiment"; static const char kCachedCopyButtonExpTypeControl[] = "control"; |