Mihaylov93 opened a new issue, #12935: URL: https://github.com/apache/druid/issues/12935
https://druid.apache.org/ Docs footer redirects to https://druid.apache.org/docs/latest/ once under the `/latest` path it stops working because it tries to build the link as https://druid.apache.org/docs/latest/latest **website/core/Footer.js** Line 31 ``` <a href="/docs/latest">Docs</a> ยท  ``` ### How to reproduce Go to https://druid.apache.org/docs/latest/ and click Docs footer.  **Current behaviour:** ``` Not Found The requested URL was not found on this server. ``` **Expected behaviour:** Go to the docs index. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
