Documentation links should use variable for reference docs url

Closes gh-2761
This commit is contained in:
Marcus Hert Da Coregio
2024-01-23 09:05:58 -03:00
parent 48d6d09892
commit 592b06404a
14 changed files with 26 additions and 24 deletions

View File

@@ -99,7 +99,7 @@ The filter is in charge of replacing the `HttpSession` implementation to be back
In this instance Spring Session is backed by Redis.
<2> We create a `RedisConnectionFactory` that connects Spring Session to the Redis Server.
We configure the connection to connect to localhost on the default port (6379)
For more information on configuring Spring Data Redis, see the https://docs.spring.io/spring-data/data-redis/docs/{spring-data-redis-version}/reference/html/[reference documentation].
For more information on configuring Spring Data Redis, see the {docs-url}/spring-data/data-redis/docs/{spring-data-redis-version}/reference/html/[reference documentation].
====
== Servlet Container Initialization