Skip to content

Commit 5375f51

Browse files
committed
Fix broken links in guides
Resolves gh-1621
1 parent 29af9d3 commit 5375f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-session-docs/src/docs/asciidoc/guides/boot-websocket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ link:../index.html[Index]
2020

2121
== HttpSession Setup
2222

23-
The first step is to integrate Spring Session with the HttpSession. These steps are already outlined in the link:httpsession.html[HttpSession Guide].
23+
The first step is to integrate Spring Session with the HttpSession. These steps are already outlined in the link:./boot-redis.html[HttpSession with Redis Guide].
2424

2525
Please make sure you have already integrated Spring Session with HttpSession before proceeding.
2626

spring-session-docs/src/docs/asciidoc/guides/java-custom-cookie.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Rob Winch; Eleftheria Stein-Kousathana
66
:docinfodir: guides
77

88
This guide describes how to configure Spring Session to use custom cookies with Java Configuration.
9-
The guide assumes you have already link:./httpsession.html[set up Spring Session in your project].
9+
The guide assumes you have already set up Spring Session in your project using your chosen data store. For example, link:./boot-redis.html[HttpSession with Redis].
1010

1111
NOTE: You can find the completed guide in the <<custom-cookie-sample, Custom Cookie sample application>>.
1212

0 commit comments

Comments
 (0)