From 8e8dda721f9f7a0bd2a2373ccf4c40103f3ffbdd Mon Sep 17 00:00:00 2001 From: Jay Bryant Date: Tue, 8 Jun 2021 16:08:57 -0500 Subject: [PATCH] Add links to alternate documentation formats (#1348) * Add links to alternate documentation formats Link the HTML to the PDF and vice-versa. * Update src/reference/asciidoc/index.adoc Co-authored-by: Gary Russell Co-authored-by: Gary Russell --- src/reference/asciidoc/index.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/reference/asciidoc/index.adoc b/src/reference/asciidoc/index.adoc index a85ab849..3fdc7429 100644 --- a/src/reference/asciidoc/index.adoc +++ b/src/reference/asciidoc/index.adoc @@ -12,6 +12,12 @@ Mark Pollack; Mark Fisher; Oleg Zhurakousky; Dave Syer; Gary Russell; Gunnar Hil ifdef::backend-html5[] *{project-version}* + +NOTE: This documentation is also available as https://docs.spring.io/spring-amqp/docs/current/reference/pdf/spring-amqp-reference.pdf[PDF]. +endif::[] + +ifdef::backend-pdf[] +NOTE: This documentation is also available as https://docs.spring.io/spring-amqp/docs/current/reference/html/index.html[HTML]. endif::[] (C) 2010 - 2021 by VMware, Inc.