Skip to content

Commit 098aa6f

Browse files
committed
Fix broken links in reference documentation.
Closes #471
1 parent 8b248a0 commit 098aa6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/antora/modules/ROOT/pages/keyvalue/template.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[key-value.template]]
22
= KeyValueTemplate
33

4-
In its very basic shape, the `KeyValueTemplate` uses a `MapAdapter` that wraps a `ConcurrentHashMap` and that uses link:{spring-framework-docs}core.html#expressions[Spring Expression Language] to run queries and sorting.
4+
In its very basic shape, the `KeyValueTemplate` uses a `MapAdapter` that wraps a `ConcurrentHashMap` and that uses link:{spring-framework-docs}/core/expressions.html[Spring Expression Language] to run queries and sorting.
55

66
NOTE: The used `KeyValueAdapter` does the heavy lifting when it comes to storing and retrieving data.
77
The data structure influences performance and multi-threading behavior.
@@ -94,7 +94,7 @@ Running queries is managed by a `QueryEngine`.
9494
As mentioned earlier, you can instruct the `KeyValueAdapter` to use an implementation-specific `QueryEngine` that allows access to native functionality.
9595
When used without further customization, queries can be run by using `SpELQueryEngine`.
9696

97-
NOTE: For performance reasons, we highly recommend to have at least Spring Framework 4.1.2 or better to make use of link:{spring-framework-docs}core.html#expressions-spel-compilation[compiled SpEL Expressions].
97+
NOTE: For performance reasons, we highly recommend to make use of link:{spring-framework-docs}/core/expressions/evaluation.html#expressions-compiler-configuration[compiled SpEL Expressions].
9898
("`SpEL`" is short for "`Spring Expression Language`".) You can use the `-Dspring.expression.compiler.mode=IMMEDIATE` switch to enable it.
9999

100100
The following example shows a query that uses the SpEL:

0 commit comments

Comments
 (0)