From 86ace26049d92a42d477186a04aeef2965c69974 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 21 Jun 2019 09:09:01 +0200 Subject: [PATCH] Fix broken link to Spring Integration reference guide Closes gh-17279 --- .../src/main/asciidoc/endpoints/integrationgraph.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/integrationgraph.adoc b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/integrationgraph.adoc index 469cfa6f78..cc0bb1a8b1 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/integrationgraph.adoc +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/integrationgraph.adoc @@ -23,7 +23,7 @@ include::{snippets}integrationgraph/graph/http-response.adoc[] === 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/system-management-chapter.html#integration-graph[reference +https://docs.spring.io/spring-integration/reference/html/#integration-graph[reference documentation].