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 2021/04/19 13:13:33 UTC

[airflow] branch master updated: Fix contributing page broken link (#15430)

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

kamilbregula 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 05a9015  Fix contributing page broken link (#15430)
05a9015 is described below

commit 05a901520b5081a6b9c458a0568df8d8b6402ed5
Author: yangrong688 <70...@users.noreply.github.com>
AuthorDate: Mon Apr 19 21:13:15 2021 +0800

    Fix contributing page broken link (#15430)
---
 CONTRIBUTING.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 1d5f151..f9f914a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -925,7 +925,7 @@ Documentation
 
 Documentation for ``apache-airflow`` package and other packages that are closely related to it ie. providers packages are in ``/docs/`` directory. For detailed information on documentation development, see: `docs/README.rst <docs/README.rst>`_
 
-For Helm Chart documentation, see: `/chart/README.md <../chart/README.md>`__
+For Helm Chart documentation, see: `chart/README.md <chart/README.md>`__
 
 Static code checks
 ==================