You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This project requires at least Java 8.
15
15
16
16
## Quick start
17
17
18
-
See [Getting started](https://www.graphql-java-kickstart.com/docs/graphql-java-servlet/getting-started/) for more detailed instructions.
18
+
See [Getting started](https://www.graphql-java-kickstart.com/servlet/getting-started/) for more detailed instructions.
19
19
20
20
To add `graphql-java-servlet` to your project and get started quickly, do the following.
21
21
@@ -49,7 +49,7 @@ Add the `graphql-java-servlet` dependency:
49
49
### Create a Servlet class
50
50
51
51
Creating the Servlet class requires various parameters to be provided at the moment. We're working on simplifying
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)
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/servlet/getting-started/#create-a-servlet-class)
53
53
to see what's needed to create a Servlet with a schema.
0 commit comments