From f5969e61f16f8d2c6a57f574087c756cc72dc0a1 Mon Sep 17 00:00:00 2001 From: Mohab Mohie Date: Sun, 22 Jun 2025 10:18:35 +0300 Subject: [PATCH] Update link to minimum java version --- .../webdriver/getting_started/install_library.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md index 8584b09a26ca..a1289f0f5b29 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md @@ -20,7 +20,7 @@ you are using the latest version. {{< tabpane text=true >}} {{% tab header="Java" %}} -View the minimum supported Java version [here](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L13). +View the minimum supported Java version [here](https://github.com/SeleniumHQ/selenium/blob/trunk/.bazelrc#L27). Installation of Selenium libraries for Java is accomplished using a build tool.