Add link to samples from top-level README

This commit is contained in:
Rossen Stoyanchev
2021-07-06 16:23:28 +01:00
parent 72ee49269f
commit 16ee8ecde0
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

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