diff --git a/README.md b/README.md index 02c20944..acaff841 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This project is governed by the [Spring Code of Conduct](CODE_OF_CONDUCT.adoc). ## Documentation -This project maintains its reference documentation ([published](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/reference/html/) and [source](spring-graphql-docs/src/docs/asciidoc)) and an -[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/api/). +This project has reference documentation ([published](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/reference/html/) and [source](spring-graphql-docs/src/docs/asciidoc)), an +[API reference](https://docs.spring.io/spring-graphql/docs/current-SNAPSHOT/api/), and [samples](samples). ## Continuous Integration Builds diff --git a/samples/README.md b/samples/README.md index a95adca6..2cdc109d 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,5 +1,3 @@ -**Samples Directory** - This directory contains samples we test scenarios and features with. All samples use the Boot starter, have integration tests you can run or debug, and expose a GraphiQL page to try queries with. Simply start the `main` application class and go to http://localhost:8080/graphiql.