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 e55f9e115a874c95c3acc352f75868b891f1f3ad Author: Aviral Agrawal <[email protected]> AuthorDate: Thu Jul 2 19:53:27 2020 +0530 Updated link to official documentation (#9629) The link to official documentation should point to the documentation page instead of the home page. (cherry picked from commit 37ca8ad6388e1a8db6403c4a811f971aa9673b41) --- docs/project.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project.rst b/docs/project.rst index f94eaf1..5b1df44 100644 --- a/docs/project.rst +++ b/docs/project.rst @@ -76,7 +76,7 @@ Contributor page: Resources & links ----------------- -* `Airflow's official documentation <http://airflow.apache.org/>`_ +* `Airflow's official documentation <http://airflow.apache.org/docs/>`_ * Mailing lists: * Developer's mailing list: [email protected]
