You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/30 16:03:56 UTC

[airflow] branch master updated: Fix broken link in chart/README.md (#9591)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new bbfaafe  Fix broken link in chart/README.md (#9591)
bbfaafe is described below

commit bbfaafeb552b48560960ab4aba84723b7ccbf386
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Jun 30 17:03:11 2020 +0100

    Fix broken link in chart/README.md (#9591)
    
    `CONTRIBUTING.md` -> `../CONTRIBUTING.rst`
---
 chart/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/README.md b/chart/README.md
index 089ea22..76d14b4 100644
--- a/chart/README.md
+++ b/chart/README.md
@@ -264,4 +264,4 @@ to port-forward the Airflow UI to http://localhost:8080/ to cofirm Airflow is wo
 
 ## Contributing
 
-Check out [our contributing guide!](CONTRIBUTING.md)
+Check out [our contributing guide!](../CONTRIBUTING.rst)