From 16ee8ecde0bfa12a8d56df26311df8ca41097e96 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 6 Jul 2021 16:23:28 +0100 Subject: [PATCH] Add link to samples from top-level README --- README.md | 4 ++-- samples/README.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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.