From 49e795111ab5c87356eb65fe1f46564fc0f29e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Delafargue?= Date: Sat, 11 May 2024 16:27:14 +0200 Subject: [PATCH] Fix CI badges --- README.md | 4 ++-- biscuit/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45763a4..c91c3d4 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ You will find below the main lib and its companions: The core library supports [`v3` and `v4` biscuits][spec] (both open and sealed). -[CI-badge]: https://img.shields.io/github/actions/workflow/status/Divarvel/biscuit-haskell/github-actions.yml?style=flat-square&branch=main -[CI-url]: https://github.com/Divarvel/biscuit-haskell/actions +[CI-badge]: https://img.shields.io/github/actions/workflow/status/biscuit-auth/biscuit-haskell/github-actions.yml?style=flat-square&branch=main +[CI-url]: https://github.com/biscuit-auth/biscuit-haskell/actions [Hackage]: https://img.shields.io/hackage/v/biscuit-haskell?color=purple&style=flat-square [hackage-url]: https://hackage.haskell.org/package/biscuit-haskell [gcouprie]: https://github.com/geal diff --git a/biscuit/README.md b/biscuit/README.md index c510c7b..f11a002 100644 --- a/biscuit/README.md +++ b/biscuit/README.md @@ -96,8 +96,8 @@ creation = do pure $ serializeB64 newBiscuit ``` -[CI-badge]: https://img.shields.io/github/workflow/status/Divarvel/biscuit-haskell/CI?style=flat-square -[CI-url]: https://github.com/Divarvel/biscuit-haskell/actions +[CI-badge]: https://img.shields.io/github/actions/workflow/status/biscuit-auth/biscuit-haskell/github-actions.yml?style=flat-square&branch=main +[CI-url]: https://github.com/biscuit-auth/biscuit-haskell/actions [Hackage]: https://img.shields.io/hackage/v/biscuit-haskell?color=purple&style=flat-square [hackage-url]: https://hackage.haskell.org/package/biscuit-haskell [gcouprie]: https://github.com/geal