🐛 Bug Report
The search box in the Java API documentation goes to a 404 page when searching for ChromeOptions and clicking the autocomplete link for the same. This appears to be an issue when searching for any Type or Member in general.
To Reproduce
- Go to https://www.selenium.dev/selenium/docs/api/java/overview-summary.html .
- Type
ChromeOptions in the search box in the top-right. Click the autocomplete link for org.openqa.selenium.chrome.ChromeOptions.
This goes to the following 404 page at https://www.selenium.dev/selenium/docs/api/java/undefined/org/openqa/selenium/chrome/ChromeOptions.html :

Expected behavior
Expected to go to the ChromeOptions page at https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/chrome/ChromeOptions.html .
Environment
- OS: Windows 10 Home, Version 21H1 (OS Build 19043.1110)
- Browser: Google Chrome
- Browser version: Version 91.0.4472.164 (Official Build) (64-bit)
🐛 Bug Report
The search box in the Java API documentation goes to a 404 page when searching for
ChromeOptionsand clicking the autocomplete link for the same. This appears to be an issue when searching for any Type or Member in general.To Reproduce
ChromeOptionsin the search box in the top-right. Click the autocomplete link fororg.openqa.selenium.chrome.ChromeOptions.This goes to the following 404 page at https://www.selenium.dev/selenium/docs/api/java/undefined/org/openqa/selenium/chrome/ChromeOptions.html :

Expected behavior
Expected to go to the ChromeOptions page at https://www.selenium.dev/selenium/docs/api/java/org/openqa/selenium/chrome/ChromeOptions.html .
Environment