From 700f5b1ea6fef50250cdc2f7fae17f99ba1fe28e Mon Sep 17 00:00:00 2001 From: Simon Stewart Date: Sat, 10 Nov 2018 07:54:56 +0000 Subject: [PATCH] Encourage people to access help over https --- java/client/src/org/openqa/selenium/WebDriverException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/client/src/org/openqa/selenium/WebDriverException.java b/java/client/src/org/openqa/selenium/WebDriverException.java index c624708eb687c..4fb230386c4ea 100644 --- a/java/client/src/org/openqa/selenium/WebDriverException.java +++ b/java/client/src/org/openqa/selenium/WebDriverException.java @@ -30,7 +30,7 @@ public class WebDriverException extends RuntimeException { public static final String SESSION_ID = "Session ID"; public static final String DRIVER_INFO = "Driver info"; - protected static final String BASE_SUPPORT_URL = "http://seleniumhq.org/exceptions/"; + protected static final String BASE_SUPPORT_URL = "https://www.seleniumhq.org/exceptions/"; private final static String HOST_NAME; private final static String HOST_ADDRESS;