You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by zh...@apache.org on 2021/01/09 00:35:38 UTC

[airflow] branch master updated: Fix Formatting and link for Installing Backport Providers (#13582)

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

zhongjiajie 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 14f6af7  Fix Formatting and link for Installing Backport Providers (#13582)
14f6af7 is described below

commit 14f6af78ff01e61181689398b269d8c0eb75bd89
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Jan 9 00:35:27 2021 +0000

    Fix Formatting and link for Installing Backport Providers (#13582)
    
    - It was a wrongly formatter URL
    - The link was broken
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c2ef479..a19393d 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,7 @@ pip install apache-airflow[postgres,google]==2.0.0 \
  --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.0.0/constraints-3.7.txt"
 ```
 
-For information on installing backport providers check [/docs/backport-providers.rst][/docs/backport-providers.rst].
+For information on installing backport providers check [backport-providers.rst](docs/apache-airflow/backport-providers.rst).
 
 ## Official source code