From 1f5262b4635e9268948cb6a67c006d245c7ee381 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 23 Sep 2024 14:24:58 +0200 Subject: [PATCH] Add new guide published on spring.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbf24c6..7f4e302 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Repository that hosts [Spring for GraphQL](https://github.com/spring-projects/sp # Guides on spring.io * [Building a GraphQL service](https://spring.io/guides/gs/graphql-server/) -* [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/) +* [Observing GraphQL in action](https://spring.io/guides/topicals/observing-graphql-in-action) # Community Samples