Skip to content

Broken documentation links in UI for unreleased/dev versions #64541

Description

@Mayankaggarwal8055

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?

  1. Documentation links should always resolve to a valid page
  2. For unreleased or development versions, the UI should fall back to stable documentation
  3. 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?

  • 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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:UIRelated to UI/UX. For Frontend Developers.kind:bugThis is a clearly a bug

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions