Skip to content

Commit 483ef31

Browse files
committed
Add link to Getting Started Guides
Closes gh-551
1 parent 7b30159 commit 483ef31

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

spring-graphql-docs/src/docs/asciidoc/index.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,11 +1730,13 @@ For further reference, check the following GraphQL related:
17301730
[[samples]]
17311731
== Samples
17321732

1733-
The 1.0.x branch of this repository contains {github-10x-branch}/samples[sample applications] for various scenarios.
1734-
Those samples do not exist in the `main` branch and will be
1735-
https://github.com/spring-projects/spring-graphql/issues/208[moved out] into a separate repository.
1733+
Check out the https://spring.io/guides/gs/graphql-server/["Building a GraphQL service"] Getting Started Guide.
17361734

1737-
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:
1735+
In addition, the 1.0.x branch of this repository contains {github-10x-branch}/samples[sample applications] for various scenarios.
1736+
Those samples do not exist in the `main` branch and are planned to be
1737+
https://github.com/spring-projects/spring-graphql/issues/208[moved out] into a separate repository.
1738+
To run those samples, check out the 1.0.x branch run their main application classes from your IDE,
1739+
or from the command line:
17381740

17391741
[source,bash,indent=0,subs="verbatim,quotes"]
17401742
----

0 commit comments

Comments
 (0)