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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

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

    Fix broken link in chart/README.md (#9591)
    
    `CONTRIBUTING.md` -> `../CONTRIBUTING.rst`
    
    (cherry picked from commit bbfaafeb552b48560960ab4aba84723b7ccbf386)
---
 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)

Reply via email to