This is an automated email from the ASF dual-hosted git repository.

potiuk 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 f222aad  Fix broken link in ``dev/REFRESHING_CI_CACHE.md`` (#18181)
f222aad is described below

commit f222aade58b697550aedfd33b0773749ba71834c
Author: Kaxil Naik <[email protected]>
AuthorDate: Sun Sep 12 09:56:04 2021 +0100

    Fix broken link in ``dev/REFRESHING_CI_CACHE.md`` (#18181)
    
    The link was broken
---
 dev/REFRESHING_CI_CACHE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/REFRESHING_CI_CACHE.md b/dev/REFRESHING_CI_CACHE.md
index c5a27ee..19cdaa1 100644
--- a/dev/REFRESHING_CI_CACHE.md
+++ b/dev/REFRESHING_CI_CACHE.md
@@ -34,7 +34,7 @@ merges to `main` branch have separate maintenance step that 
take care about refr
 used to speed up our builds and to speed up rebuilding of 
[Breeze](../BREEZE.rst) images for development
 purpose. This is all happening automatically, usually:
 
-* The latest [constraints](../COMMITTERS.rst#pinned-constraint-files) are 
pushed to appropriate branch
+* The latest [constraints](../CONTRIBUTING.rst#pinned-constraint-files) are 
pushed to appropriate branch
   after all tests succeeded in `main` merge or in `scheduled` build
 
 * The [images](../IMAGES.rst) in `ghcr.io` registry are refreshed after every 
successful merge to `main`

Reply via email to