From 703ddc86e34a11d069b84ec4207ce175d53f35f6 Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Tue, 8 Jun 2021 16:28:59 -0500 Subject: [PATCH] Link documentation formats * Add a link from the HTML to the PDF and vice-versa. * Update doc link text * I missed that we have three formats: single-page HTML, multiple HTML pages, and PDF. This commit links the single-page HTML and PDF to the other two formats. --- src/reference/asciidoc/index-header.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/reference/asciidoc/index-header.adoc b/src/reference/asciidoc/index-header.adoc index 54dcc92160..193f2609fa 100644 --- a/src/reference/asciidoc/index-header.adoc +++ b/src/reference/asciidoc/index-header.adoc @@ -4,6 +4,12 @@ Mark Fisher; Marius Bogoevici; Iwein Fuld; Jonas Partner; Oleg Zhurakousky; Gary ifdef::backend-html5[] *{revnumber}* + +NOTE: This documentation is also available as https://docs.spring.io/spring-integration/docs/current/reference/html/index.html[multiple (faster to load) HTML pages] and as https://docs.spring.io/spring-integration/docs/current/reference/pdf/spring-integration-reference.pdf[PDF]. +endif::[] + +ifdef::backend-pdf[] +NOTE: This documentation is also available as https://docs.spring.io/spring-integration/docs/current/reference/html/index.html[multiple (faster to load) HTML pages] and as a single https://docs.spring.io/spring-integration/docs/current/reference/html/index-single.html[(more easily searchable) HTML file]. endif::[] (C) 2009 - 2021 VMware, Inc.