Skip to content

Commit d34bec5

Browse files
committed
Updated readme in line with new doc
1 parent 65f9f07 commit d34bec5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
Implementation of GraphQL Java Servlet including support for Relay.js, Apollo and OSGi out of the box.
88
This project wraps the Java implementation of GraphQL provided by [GraphQL Java](https://www.graphql-java.com).
9-
The documentation on this site focuses around the usage of the servlet. Although some parts may dive deeper
10-
into the aspects of GraphQL Java as well, make sure to look at the
11-
[GraphQL Java documentation](https://www.graphql-java.com/documentation/latest/) for more in depth details
9+
See [GraphQL Java documentation](https://www.graphql-java.com/documentation/latest/) for more in depth details
1210
regarding GraphQL Java itself.
1311

1412
We try to stay up to date with GraphQL Java as much as possible. The current version supports **GraphQL Java 10.0**.
@@ -51,7 +49,7 @@ Add the `graphql-java-servlet` dependency:
5149
### Create a Servlet class
5250

5351
Creating the Servlet class requires various parameters to be provided at the moment. We're working on simplifying
54-
this, to make it easier to get started. For now, take a look at [Create a Servlet class]({{< ref "getting-started/#create-a-servlet-class" >}})
52+
this, to make it easier to get started. For now, take a look at [Create a Servlet class](https://www.graphql-java-kickstart.com/docs/graphql-java-servlet/getting-started/#create-a-servlet-class)
5553
to see what's needed to create a Servlet with a schema.
5654

5755
## Using the latest development build

0 commit comments

Comments
 (0)