From 5b444d0ef1452233983a0c163b1bf05154c7a7df Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 2 Jul 2021 20:29:32 +0100 Subject: [PATCH] Fix link to source of reference docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c08f20a4..02c20944 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ 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](docs/src/docs/asciidoc)) and an +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/). - ## Continuous Integration Builds Information regarding CI builds can be found in the [Spring GraphQL Concourse pipeline](ci/README.adoc) documentation.