Skip to content

Commit

Permalink
Encourage people to access help over https
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 10, 2018
1 parent a2a97bc commit 700f5b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 700f5b1

Please sign in to comment.