Skip to content

Commit

Permalink
Fix link to Spring Integration Graph documentation
Browse files Browse the repository at this point in the history
Closes gh-20023
  • Loading branch information
snicoll committed Feb 3, 2020
1 parent d5ed613 commit 90e3d88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@
<version-type>${version-type}</version-type>
<version>${project.version}</version>
<snippets>${project.build.directory}/generated-snippets/</snippets>
<spring-integration-version>${spring-integration.version}</spring-integration-version>
</attributes>
</configuration>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include::{snippets}integrationgraph/graph/http-response.adoc[]
[[integrationgraph-retrieving-response-structure]]
=== Response Structure
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].



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Andy Wilkinson
:hide-uri-scheme:
: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.


Expand Down

0 comments on commit 90e3d88

Please sign in to comment.