Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 897c477

Browse files
authored
fix(#640) - Update servlet example link to samples repo
1 parent 9f6e1c5 commit 897c477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ repositories {
206206

207207
The servlet becomes accessible at `/graphql` if `graphql-spring-boot-starter` added as a dependency
208208
to a boot application and a `GraphQLSchema` bean is present in the application. Check out
209-
the [simple example](https://github.com/graphql-java-kickstart/graphql-spring-boot/tree/master/example)
209+
the [simple example](https://github.com/graphql-java-kickstart/samples/tree/master/editors)
210210
for the bare minimum required.
211211

212212
A GraphQL schema can also be automatically created when

0 commit comments

Comments
 (0)