From 4dae76df2b6e614396b2c8776c29e3ecd178a4b6 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Sat, 17 Feb 2024 19:12:24 -0800 Subject: [PATCH] Link to contrib CI, not my fork Signed-off-by: Nic Cope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86af5a7..d8cb6a0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # function-cel-filter -[![CI](https://github.com/negz/function-cel-filter/actions/workflows/ci.yml/badge.svg)](https://github.com/negz/function-cel-filter/actions/workflows/ci.yml) +[![CI](https://github.com/crossplane-contrib/function-cel-filter/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane-contrib/function-cel-filter/actions/workflows/ci.yml) A [composition function][functions] that [filters][filter] matching composed resources using [CEL expressions][cel].