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 02:56:13 UTC

[airflow] branch master updated: Fix Link in Upgrading to 2.0 guide (#13584)

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 6cbe269  Fix Link in Upgrading to 2.0 guide (#13584)
6cbe269 is described below

commit 6cbe26984fac6c2d084472c285c39df1b6c9bb3f
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat Jan 9 02:55:58 2021 +0000

    Fix Link in Upgrading to 2.0 guide (#13584)
    
    The link used Markdown syntax instead of rst
---
 docs/apache-airflow/upgrading-to-2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/upgrading-to-2.rst b/docs/apache-airflow/upgrading-to-2.rst
index f03a34b..a94262a 100644
--- a/docs/apache-airflow/upgrading-to-2.rst
+++ b/docs/apache-airflow/upgrading-to-2.rst
@@ -33,7 +33,7 @@ requires Python 3.6+ and has been tested with Python versions 3.6, 3.7 and 3.8,
 If you have a specific task that still requires Python 2 then you can use the :class:`~airflow.operators.python.PythonVirtualenvOperator` or the ``KubernetesPodOperator`` for this.
 
 For a list of breaking changes between Python 2 and Python 3, please refer to this
-[handy blog](https://blog.couchbase.com/tips-and-tricks-for-upgrading-from-python-2-to-python-3/)
+`handy blog <https://blog.couchbase.com/tips-and-tricks-for-upgrading-from-python-2-to-python-3/>`_
 from the CouchBaseDB team.