Fix http link syntax in repeat.adoc

This commit is contained in:
Mahmoud Ben Hassine
2024-05-24 10:02:24 +02:00
parent 2802759f17
commit cb8d045eac

View File

@@ -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]
----
@@ -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]
----