This is an automated email from the ASF dual-hosted git repository.
potiuk 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 352b970 correct email-config.rst path (#14408)
352b970 is described below
commit 352b970010846eb4168aa7b2e332d9a95e2facb3
Author: Marcos Marx <[email protected]>
AuthorDate: Wed Feb 24 12:13:41 2021 -0300
correct email-config.rst path (#14408)
---
CONTRIBUTING.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index c927d97..853b70c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -258,7 +258,7 @@ Step 4: Prepare PR
For example, to address this example issue, do the following:
- * Read about `email configuration in Airflow
</docs/howto/email-config.rst>`__.
+ * Read about `email configuration in Airflow
</docs/apache-airflow/howto/email-config.rst>`__.
* Find the class you should modify. For the example GitHub issue,
this is `email.py
<https://github.com/apache/airflow/blob/master/airflow/utils/email.py>`__.