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`