You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jo...@apache.org on 2018/03/15 23:47:05 UTC

incubator-airflow git commit: [AIRFLOW-XXX] Update tutorial documentation

Repository: incubator-airflow
Updated Branches:
  refs/heads/master a8174047b -> 9c6fc127f


[AIRFLOW-XXX] Update tutorial documentation

Closes #3128 from Raniazy/master


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/9c6fc127
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/9c6fc127
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/9c6fc127

Branch: refs/heads/master
Commit: 9c6fc127f363e3d8e51d746bd6aa1c673f2c1242
Parents: a817404
Author: Rania ZYANE <ra...@gmail.com>
Authored: Thu Mar 15 16:46:28 2018 -0700
Committer: Joy Gao <Jo...@apache.org>
Committed: Thu Mar 15 16:46:33 2018 -0700

----------------------------------------------------------------------
 docs/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/9c6fc127/docs/tutorial.rst
----------------------------------------------------------------------
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index df9eb6d..1c2dfd6 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -15,7 +15,7 @@ complicated, a line by line explanation follows below.
 
     """
     Code that goes along with the Airflow tutorial located at:
-    https://github.com/airbnb/airflow/blob/master/airflow/example_dags/tutorial.py
+    https://github.com/apache/incubator-airflow/blob/master/airflow/example_dags/tutorial.py
     """
     from airflow import DAG
     from airflow.operators.bash_operator import BashOperator