Index: components/security_interstitials/core/ssl_error_ui.cc |
diff --git a/components/security_interstitials/core/ssl_error_ui.cc b/components/security_interstitials/core/ssl_error_ui.cc |
index 454fc8e2ca31eb4e2bf344276f6e6228bfdb56e9..e53d0b719bdcf226b6faf43d42ab6fbed78cdce3 100644 |
--- a/components/security_interstitials/core/ssl_error_ui.cc |
+++ b/components/security_interstitials/core/ssl_error_ui.cc |
@@ -16,7 +16,7 @@ namespace security_interstitials { |
namespace { |
// URL for help page. |
-const char kHelpURL[] = "https://support.google.com/chrome/answer/4454607"; |
+const char kHelpURL[] = "https://support.google.com/chrome/answer/6098869"; |
bool IsMasked(int options, SSLErrorUI::SSLErrorOptionsMask mask) { |
return ((options & mask) != 0); |