You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2016/07/06 08:33:28 UTC

incubator-airflow git commit: [AIRFLOW-311] Fix wrong path in CONTRIBUTING.md

Repository: incubator-airflow
Updated Branches:
  refs/heads/master a9ee8ce98 -> ddb554f2c


[AIRFLOW-311] Fix wrong path in CONTRIBUTING.md

Closes #1650 from skudriashev/airflow-311


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

Branch: refs/heads/master
Commit: ddb554f2c34d5367a700af10e88f8ad27bc1127c
Parents: a9ee8ce
Author: Stanislav Kudriashev <st...@gmail.com>
Authored: Wed Jul 6 10:33:09 2016 +0200
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Wed Jul 6 10:33:12 2016 +0200

----------------------------------------------------------------------
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/ddb554f2/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c0c2288..8fc4668 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -163,7 +163,7 @@ or a single test method:
 For more information on how to run a subset of the tests, take a look at the
 nosetests docs.
 
-See also the the list of test classes and methods in `tests/code.py`.
+See also the list of test classes and methods in `tests/core.py`.
 
 ### Changing the Metadata Database