Skip to content

Commit 101496d

Browse files
committed
Fix http link syntax in repeat.adoc
(cherry picked from commit cb8d045)
1 parent 1fc2e7c commit 101496d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-docs/modules/ROOT/pages/repeat.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Java::
207207
The following example uses Java configuration to
208208
repeat a service call to a method called `processMessage` (for more detail on how to
209209
configure AOP interceptors, see the
210-
<<https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop,Spring User Guide>>):
210+
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop[Spring User Guide]):
211211
+
212212
[source, java]
213213
----
@@ -234,7 +234,7 @@ XML::
234234
The following example shows declarative iteration that uses the Spring AOP namespace to
235235
repeat a service call to a method called `processMessage` (for more detail on how to
236236
configure AOP interceptors, see the
237-
<<https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop,Spring User Guide>>):
237+
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop[Spring User Guide]):
238238
+
239239
[source, xml]
240240
----

0 commit comments

Comments
 (0)