From 483ef31b5f3e81e0d0f15842991b79456fe3dbfa Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Wed, 1 Feb 2023 09:44:29 +0000 Subject: [PATCH] Add link to Getting Started Guides Closes gh-551 --- spring-graphql-docs/src/docs/asciidoc/index.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index c8638525..4c41e86d 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/index.adoc @@ -1730,11 +1730,13 @@ For further reference, check the following GraphQL related: [[samples]] == Samples -The 1.0.x branch of this repository contains {github-10x-branch}/samples[sample applications] for various scenarios. -Those samples do not exist in the `main` branch and will be -https://github.com/spring-projects/spring-graphql/issues/208[moved out] into a separate repository. +Check out the https://spring.io/guides/gs/graphql-server/["Building a GraphQL service"] Getting Started Guide. -You can run those by cloning this repository and running main application classes from your IDE or by typing the following on the command line: +In addition, the 1.0.x branch of this repository contains {github-10x-branch}/samples[sample applications] for various scenarios. +Those samples do not exist in the `main` branch and are planned to be +https://github.com/spring-projects/spring-graphql/issues/208[moved out] into a separate repository. +To run those samples, check out the 1.0.x branch run their main application classes from your IDE, +or from the command line: [source,bash,indent=0,subs="verbatim,quotes"] ----