diff --git a/java/src/org/openqa/selenium/NoSuchElementException.java b/java/src/org/openqa/selenium/NoSuchElementException.java index 0ec0c01558883..bb955a097036f 100644 --- a/java/src/org/openqa/selenium/NoSuchElementException.java +++ b/java/src/org/openqa/selenium/NoSuchElementException.java @@ -27,7 +27,7 @@ @NullMarked public class NoSuchElementException extends NotFoundException { - private static final String SUPPORT_URL = BASE_SUPPORT_URL + "#no-such-element-exception"; + private static final String SUPPORT_URL = BASE_SUPPORT_URL + "#nosuchelementexception"; public NoSuchElementException(@Nullable String reason) { super(reason);