diff --git a/spring-graphql-docs/antora.yml b/spring-graphql-docs/antora.yml index b5049c4a..e0b55fd7 100644 --- a/spring-graphql-docs/antora.yml +++ b/spring-graphql-docs/antora.yml @@ -29,4 +29,5 @@ asciidoc: javadoc: https://docs.spring.io/spring-graphql/docs/{spring-graphql-version}/api # version attributes from main build.gradle spring-framework-ref-docs: https://docs.spring.io/spring-framework/reference - spring-boot-ref-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference/html \ No newline at end of file + spring-boot-ref-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference/html + examples-repo: https://github.com/spring-projects/spring-graphql-examples \ No newline at end of file diff --git a/spring-graphql-docs/modules/ROOT/pages/samples.adoc b/spring-graphql-docs/modules/ROOT/pages/samples.adoc index 2cc35469..57be3266 100644 --- a/spring-graphql-docs/modules/ROOT/pages/samples.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/samples.adoc @@ -1,4 +1,4 @@ [[samples]] = Samples -Please, see the [spring-graphql-examples](https://github.com/spring-projects/spring-graphql-examples) repository. +Please, see the {examples-repo}[spring-graphql-examples] repository.