Apache Airflow version
main (dev) / latest
What happened and how to reproduce it?
The Airflow UI constructs documentation links using the exact Airflow version (e.g., 3.2.0). For unreleased or development versions, the corresponding documentation may not yet be published, resulting in broken links (404 errors) when users try to access documentation from the UI.
Additionally, in NothingFoundInfo.tsx, the link uses an incorrect HTML attribute (target="blank" instead of _blank).
What you think should happen instead?
- Documentation links should always resolve to a valid page
- For unreleased or development versions, the UI should fall back to stable documentation
- Links should use correct HTML attributes (target="_blank" with rel="noopener noreferrer")
Operating System
Any
Versions of Apache Airflow Providers
No response
Deployment
None
Deployment details
No response
Anything else?
Are you willing to submit PR?
Code of Conduct
Apache Airflow version
main (dev) / latest
What happened and how to reproduce it?
The Airflow UI constructs documentation links using the exact Airflow version (e.g., 3.2.0). For unreleased or development versions, the corresponding documentation may not yet be published, resulting in broken links (404 errors) when users try to access documentation from the UI.
Additionally, in NothingFoundInfo.tsx, the link uses an incorrect HTML attribute (target="blank" instead of _blank).
What you think should happen instead?
Operating System
Any
Versions of Apache Airflow Providers
No response
Deployment
None
Deployment details
No response
Anything else?
This issue occurs consistently when running unreleased/dev versions
It directly impacts user experience by providing broken help/documentation links
Are you willing to submit PR?
Code of Conduct