diff options
Diffstat (limited to 'chromium/chrome/common/localized_error.cc')
-rw-r--r-- | chromium/chrome/common/localized_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/common/localized_error.cc b/chromium/chrome/common/localized_error.cc index bbddc9e7028..03ae03f1f95 100644 --- a/chromium/chrome/common/localized_error.cc +++ b/chromium/chrome/common/localized_error.cc @@ -45,7 +45,7 @@ namespace { static const char kRedirectLoopLearnMoreUrl[] = "https://www.google.com/support/chrome/bin/answer.py?answer=95626"; static const char kWeakDHKeyLearnMoreUrl[] = - "http://sites.google.com/a/chromium.org/dev/" + "https://www.chromium.org/administrators/" "err_ssl_weak_server_ephemeral_dh_key"; #if defined(OS_CHROMEOS) static const char kAppWarningLearnMoreUrl[] = |