From 6237144ec511ae1036414f2d2037d6e3c9a8a8d9 Mon Sep 17 00:00:00 2001 From: hogelog Date: Sat, 27 Jan 2024 13:35:18 +0900 Subject: [PATCH] Fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3cb928..690e5b05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# graphql-client [![Gem Version](https://badge.fury.io/rb/graphql-client.svg)](https://badge.fury.io/rb/graphql-client) [![CI](https://github.com/github/graphql-client/workflows/CI/badge.svg)](https://github.com/github/graphql-client/actions?query=workflow) +# graphql-client [![Gem Version](https://badge.fury.io/rb/graphql-client.svg)](https://badge.fury.io/rb/graphql-client) [![CI](https://github.com/github-community-projects/graphql-client/workflows/CI/badge.svg)](https://github.com/github-community-projects/graphql-client/actions?query=workflow) GraphQL Client is a Ruby library for declaring, composing and executing GraphQL queries.