potiuk commented on code in PR #39039: URL: https://github.com/apache/airflow/pull/39039#discussion_r1566245887
########## docs/apache-airflow/redirects.txt: ########## @@ -19,8 +19,8 @@ administration-and-deployment/security/index.rst security/index.rst administration-and-deployment/security/kerberos.rst security/kerberos.rst -administration-and-deployment/security/access-control.rst ../../apache-airflow-providers-fab/stable/auth-manager/access-control.rst -administration-and-deployment/security/access-control/index.rst ../../apache-airflow-providers-fab/stable/auth-manager/access-control.rst +administration-and-deployment/security/access-control.rst ../apache-airflow-providers-fab/stable/auth-manager/access-control.rst +administration-and-deployment/security/access-control/index.rst ../apache-airflow-providers-fab/stable/auth-manager/access-control.rst Review Comment: There are two more links below that need fixing as well. BTW. The `../` rule here is ratehr misleading (though I can imagine where it came from). Maybe copy the explanation from K8S executor redirects below? ``` # Moving provider executor docs to providers ## The ``../`` indicates that it will move to the root of the docs directory, unlike the rest of ## the entries here which move to docs/apache-airflow. ## It's okay to include ``/stable/``, because there's no relationship between a version of ## Airflow and the version of any provider package. ``` -- 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]
