Skip to content

Commit

Permalink
Fix http link syntax in repeat.adoc
Browse files Browse the repository at this point in the history
(cherry picked from commit cb8d045)
  • Loading branch information
fmbenhassine committed May 24, 2024
1 parent 1fc2e7c commit 101496d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-batch-docs/modules/ROOT/pages/repeat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Java::
The following example uses Java configuration to
repeat a service call to a method called `processMessage` (for more detail on how to
configure AOP interceptors, see the
<<https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop,Spring User Guide>>):
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop[Spring User Guide]):
+
[source, java]
----
Expand All @@ -234,7 +234,7 @@ XML::
The following example shows declarative iteration that uses the Spring AOP namespace to
repeat a service call to a method called `processMessage` (for more detail on how to
configure AOP interceptors, see the
<<https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop,Spring User Guide>>):
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop[Spring User Guide]):
+
[source, xml]
----
Expand Down

0 comments on commit 101496d

Please sign in to comment.