airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
631 stars 473 forks source link

docs: use relative URLs #695

Closed marekhanus closed 1 year ago

marekhanus commented 1 year ago

What does your PR do?

It is better to use relative links in documentation.

Checklist

For all Pull Requests

For releasing ONLY

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in 60 days. It will be closed in 7 days if no further activity occurs.

Thank you for your contributions.


Issues never become stale if any of the following is true:

  1. they are added to a Project
  2. they are added to a Milestone
  3. they have the lifecycle/frozen label
thesuperzapper commented 1 year ago

@marekhanus while I thank you for the effort, we are using absolute URLs for a few reasons:

  1. So that the readme links work correctly when scraped by artifact hub
  2. So that private forks of the project link correctly to the latest upstream docs

So I will be closing this for now.