diff options
-rw-r--r-- | chrome/renderer/localized_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/localized_error.cc b/chrome/renderer/localized_error.cc index d2afe31..3fe8eed 100644 --- a/chrome/renderer/localized_error.cc +++ b/chrome/renderer/localized_error.cc @@ -30,7 +30,7 @@ static const char kRedirectLoopLearnMoreUrl[] = static const char kWeakDHKeyLearnMoreUrl[] = "http://sites.google.com/a/chromium.org/dev/err_ssl_weak_server_ephemeral_dh_key"; static const char kESETLearnMoreUrl[] = - "http://sites.google.com/a/chromium.org/dev/err_eset_anti_virus_ssl_interception"; + "http://kb.eset.com/esetkb/index?page=content&id=SOLN2588"; enum NAV_SUGGESTIONS { SUGGEST_NONE = 0, |