Skip to content

Commit bc93775

Browse files
committed
Updated links to docs site to reflect new base URL
1 parent 00b3458 commit bc93775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project requires at least Java 8.
1515

1616
## Quick start
1717

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.
1919

2020
To add `graphql-java-servlet` to your project and get started quickly, do the following.
2121

@@ -49,7 +49,7 @@ Add the `graphql-java-servlet` dependency:
4949
### Create a Servlet class
5050

5151
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)
5353
to see what's needed to create a Servlet with a schema.
5454

5555
## Using the latest development build

0 commit comments

Comments
 (0)