Skip to content

Commit 7babddf

Browse files
committed
Fix default xref text
1 parent 764fc4e commit 7babddf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-session-docs/modules/ROOT/pages/api.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ For additional information on how to create a `RedisConnectionFactory`, see the
173173
=== Using `@EnableRedisHttpSession`
174174

175175
In a web environment, the simplest way to create a new `RedisIndexedSessionRepository` is to use `@EnableRedisHttpSession`.
176-
You can find complete example usage in the xref:samples.adoc#samples[].
176+
You can find complete example usage in the xref:samples.adoc#samples[Samples and Guides (Start Here)].
177177
You can use the following attributes to customize the configuration:
178178

179179
* *maxInactiveIntervalInSeconds*: The amount of time before the session expires, in seconds.
@@ -547,7 +547,7 @@ For additional information on how to create and configure `JdbcTemplate` and `Pl
547547
=== Using `@EnableJdbcHttpSession`
548548

549549
In a web environment, the simplest way to create a new `JdbcIndexedSessionRepository` is to use `@EnableJdbcHttpSession`.
550-
You can find complete example usage in the xref:samples.adoc#samples[]
550+
You can find complete example usage in the xref:samples.adoc#samples[Samples and Guides (Start Here)]
551551
You can use the following attributes to customize the configuration:
552552

553553
* *tableName*: The name of database table used by Spring Session to store sessions
@@ -622,7 +622,7 @@ For additional information on how to create and configure Hazelcast instance, se
622622
To use https://hazelcast.org/[Hazelcast] as your backing source for the `SessionRepository`, you can add the `@EnableHazelcastHttpSession` annotation to a `@Configuration` class.
623623
Doing so extends the functionality provided by the `@EnableSpringHttpSession` annotation but makes the `SessionRepository` for you in Hazelcast.
624624
You must provide a single `HazelcastInstance` bean for the configuration to work.
625-
You can find a complete configuration example in the xref:samples.adoc#samples[].
625+
You can find a complete configuration example in the xref:samples.adoc#samples[Samples and Guides (Start Here)].
626626

627627
[[api-enablehazelcasthttpsession-customize]]
628628
=== Basic Customization

spring-session-docs/modules/ROOT/pages/web-socket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ You can follow the basic steps for integration described in the next few heading
2727
[[websocket-httpsession]]
2828
=== `HttpSession` Integration
2929

30-
Before using WebSocket integration, you should be sure that you have xref:http-session.adoc#httpsession[] working first.
30+
Before using WebSocket integration, you should be sure that you have xref:http-session.adoc#httpsession[`HttpSession` Integration] working first.
3131

3232
include::guides/boot-websocket.adoc[tags=config,leveloffset=+2]

0 commit comments

Comments
 (0)