Skip to content

Commit 2a0fb1b

Browse files
committed
Fix broken links to JIRA issues
1 parent b31c95d commit 2a0fb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ method has been added.
10571057
where an underlying service (or perhaps a call to `AsyncRestTemplate`) already
10581058
returns `ListenableFuture`.
10591059
* `@ModelAttribute` methods are now invoked in an order that respects inter-dependencies.
1060-
See jira.springsource.org/browse/SPR-6299[SPR-6299].
1060+
See https://jira.spring.io/browse/SPR-6299[SPR-6299].
10611061
* Jackson's `@JsonView` is supported directly on `@ResponseBody` and `ResponseEntity`
10621062
controller methods for serializing different amounts of detail for the same POJO (e.g.
10631063
summary vs. detail page). This is also supported with View-based rendering by
@@ -1117,7 +1117,7 @@ method has been added.
11171117
and avoiding automatic message id and timestamp creation. See Javadoc of
11181118
`MessageHeaderAccessor`.
11191119
* STOMP/WebSocket connections that have not activity 60 seconds after the WebSocket
1120-
session is established. See jira.springsource.org/browse/SPR-11884[SPR-11884].
1120+
session is established. See https://jira.spring.io/browse/SPR-11884[SPR-11884].
11211121

11221122
=== Testing Improvements
11231123

0 commit comments

Comments
 (0)