This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 20e5c8a001 Correct header link for providers RC issue template (#33170)
20e5c8a001 is described below
commit 20e5c8a001a8b4b88c01fb9edd4a41f2eb9c5c5d
Author: Pankaj Koti <[email protected]>
AuthorDate: Mon Aug 7 21:55:15 2023 +0530
Correct header link for providers RC issue template (#33170)
With the header change in PR #32948, the link to Verify by
contributors in the Status of providers testing issue in broken.
Correct the same by pointing it to the right header.
---
dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2
b/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2
index 416d0e43a8..febb2d67da 100644
--- a/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2
+++ b/dev/breeze/src/airflow_breeze/provider_issue_TEMPLATE.md.jinja2
@@ -14,7 +14,7 @@ Those are providers that require testing as there were some
substantial changes
The guidelines on how to test providers can be found in
-[Verify providers by
contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-by-contributors)
+[Verify providers by
contributors](https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDER_PACKAGES.md#verify-the-release-candidate-by-contributors)
<!--