From 29db769f43b6c68a1b2d96ed2f4264423c5bc0b3 Mon Sep 17 00:00:00 2001 From: Zachary Klein Date: Tue, 4 Oct 2022 22:02:36 -0500 Subject: [PATCH] Updated Graphql-Java docs link --- docs/src/main/docs/guide/gettingStarted.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/docs/guide/gettingStarted.adoc b/docs/src/main/docs/guide/gettingStarted.adoc index 5fdac07a..004ee771 100644 --- a/docs/src/main/docs/guide/gettingStarted.adoc +++ b/docs/src/main/docs/guide/gettingStarted.adoc @@ -14,7 +14,7 @@ MappingContext mappingContext = ... GraphQLSchema schema = new Schema(mappingContext).generate() ---- -Refer to the link:http://graphql-java.readthedocs.io/en/stable/[graphql-java] documentation on how to use the schema to execute queries and mutations against it. +Refer to the link:https://www.graphql-java.com/documentation/getting-started[graphql-java] documentation on how to use the schema to execute queries and mutations against it. == Grails Projects @@ -65,4 +65,4 @@ include::{sourcedir}/examples/grails-docs-app/grails-app/domain/demo/Talk.groovy ---- -TIP: GORM GraphQL plugin supports http://gorm.grails.org/latest/hibernate/manual/index.html#derivedProperties[Derived Properties] as illustrated in the previous example; `name` is derived property which concatenates `firstName` and `lastName` \ No newline at end of file +TIP: GORM GraphQL plugin supports http://gorm.grails.org/latest/hibernate/manual/index.html#derivedProperties[Derived Properties] as illustrated in the previous example; `name` is derived property which concatenates `firstName` and `lastName`