From 2a0fb1b6844296a5c75807e5c82f0492eebe094b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 24 Sep 2014 13:07:51 +0200 Subject: [PATCH] Fix broken links to JIRA issues --- src/asciidoc/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 68ac02b5f8..8c8adfcc0b 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -1057,7 +1057,7 @@ method has been added. where an underlying service (or perhaps a call to `AsyncRestTemplate`) already returns `ListenableFuture`. * `@ModelAttribute` methods are now invoked in an order that respects inter-dependencies. - See jira.springsource.org/browse/SPR-6299[SPR-6299]. + See https://jira.spring.io/browse/SPR-6299[SPR-6299]. * Jackson's `@JsonView` is supported directly on `@ResponseBody` and `ResponseEntity` controller methods for serializing different amounts of detail for the same POJO (e.g. summary vs. detail page). This is also supported with View-based rendering by @@ -1117,7 +1117,7 @@ method has been added. and avoiding automatic message id and timestamp creation. See Javadoc of `MessageHeaderAccessor`. * STOMP/WebSocket connections that have not activity 60 seconds after the WebSocket - session is established. See jira.springsource.org/browse/SPR-11884[SPR-11884]. + session is established. See https://jira.spring.io/browse/SPR-11884[SPR-11884]. === Testing Improvements -- GitLab