From e299175eef6e8ff96468e2161666bb62c31d38b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 23 Aug 2021 17:34:11 +0100 Subject: [PATCH] Polish "Only link to other formats from each format of the ref docs" See gh-27737 --- .../spring-boot-docs/src/docs/asciidoc/index.adoc | 2 +- .../spring-boot-docs/src/docs/asciidoc/index.singleadoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc index 579edab6f53..e9e41e1aca8 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.adoc @@ -4,7 +4,7 @@ include::authors.adoc[] v{spring-boot-version} include::attributes.adoc[] -This document is also available as {spring-boot-docs}/htmlsingle/[a single HTML page] and as {spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF]. +This document is also available as {spring-boot-docs}/htmlsingle/[a single HTML page] and as {spring-boot-docs}/pdf/spring-boot-reference.pdf[a PDF]. The reference documentation consists of the following sections: diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.singleadoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.singleadoc index c33da74deb7..64cb4b83fc4 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.singleadoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/index.singleadoc @@ -4,10 +4,10 @@ include::authors.adoc[] v{spring-boot-version} include::attributes.adoc[] -ifdef::backend-html5[] -This document is also available as {spring-boot-docs}/html/[multiple HTML pages] and as {spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF]. +ifdef::backend-spring-html[] +This document is also available as {spring-boot-docs}/html/[multiple HTML pages] and as {spring-boot-docs}/pdf/spring-boot-reference.pdf[a PDF]. endif::[] -ifdef::backend-pdf[] +ifdef::backend-spring-pdf[] This document is also available as {spring-boot-docs}/html/[multiple HTML pages] and as {spring-boot-docs}/htmlsingle/[a single HTML page]. endif::[]