mik-laj commented on PR #623: URL: https://github.com/apache/airflow-site/pull/623#issuecomment-1311674507
> https://github.com/apache/airflow-site/blob/fd7af05318e34f4efd6b8446ba8729112f30ee08/site.sh#L199 > > Is this redirect still valid even after removing the docker part @mik-laj @potiuk @turbaszek @rossturk Could anyone help me to understand? It is common to delete part of a URL to go to the parent location. For example, when a user visits a URL: ``` https://airflow.apache.org/docs/apache-airflow-providers-alibaba/2.1.0/index.html ``` then the user can delete part of the URL and go to: ``` https://airflow.apache.org/docs/apache-airflow-providers-alibaba/ ``` When we do not have this redirect, the user will see a 404 error. In other words, all directories the user has access to should have an index.html file to improve UX. -- 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]
