From a9e43245629817cccf27ccae0a2ebb891082ee1d Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 18 May 2022 17:04:33 +0200 Subject: [PATCH] Fix CI build status badge in README The CI pipeline has been renamed to spring-graphql-1.0.x. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d88878..f5d77c07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Spring for GraphQL [![Build status](https://ci.spring.io/api/v1/teams/spring-graphql/pipelines/spring-graphql/jobs/build/badge)](https://ci.spring.io/teams/spring-graphql/pipelines/spring-graphql) +# Spring for GraphQL [![Build status](https://ci.spring.io/api/v1/teams/spring-graphql/pipelines/spring-graphql-1.0.x/jobs/build/badge)](https://ci.spring.io/teams/spring-graphql/pipelines/spring-graphql-1.0.x) [GraphQL](https://graphql.org/) support for Spring applications with [GraphQL Java](https://github.com/graphql-java/graphql-java).