Commit 90e3d887 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix link to Spring Integration Graph documentation

Closes gh-20023
parent d5ed6131
...@@ -799,6 +799,7 @@ ...@@ -799,6 +799,7 @@
<version-type>${version-type}</version-type> <version-type>${version-type}</version-type>
<version>${project.version}</version> <version>${project.version}</version>
<snippets>${project.build.directory}/generated-snippets/</snippets> <snippets>${project.build.directory}/generated-snippets/</snippets>
<spring-integration-version>${spring-integration.version}</spring-integration-version>
</attributes> </attributes>
</configuration> </configuration>
<dependencies> <dependencies>
......
...@@ -20,7 +20,7 @@ include::{snippets}integrationgraph/graph/http-response.adoc[] ...@@ -20,7 +20,7 @@ include::{snippets}integrationgraph/graph/http-response.adoc[]
[[integrationgraph-retrieving-response-structure]] [[integrationgraph-retrieving-response-structure]]
=== Response Structure === Response Structure
The response contains all Spring Integration components used within the application, as well as the links between them. The response contains all Spring Integration components used within the application, as well as the links between them.
More information about the structure can be found in the https://docs.spring.io/spring-integration/reference/html/#integration-graph[reference documentation]. More information about the structure can be found in the {spring-integration-docs}index-single.html#integration-graph[reference documentation].
......
...@@ -9,6 +9,8 @@ Andy Wilkinson ...@@ -9,6 +9,8 @@ Andy Wilkinson
:hide-uri-scheme: :hide-uri-scheme:
:docinfo: shared,private :docinfo: shared,private
:spring-integration-docs: https://docs.spring.io/spring-integration/docs/{spring-integration-version}/reference/html/
This API documentation describes Spring Boot Actuators web endpoints. This API documentation describes Spring Boot Actuators web endpoints.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment