Skip to content

Commit 3d5eb4b

Browse files
Update links in reference documentation.
Remove outdated links an make sure to use the springDocsUrl attribute provided via spring-projects/spring-data-build#1895 to resolve links to framework documentation. Closes: #2490
1 parent e9e2c53 commit 3d5eb4b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Costin Leau, Jennifer Hickey, Christoph Strobl, Thomas Darimont, Mark Paluch, Ja
55
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]]
66
:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc
77
:spring-framework-javadoc: https://docs.spring.io/spring-framework/docs/{springVersion}/javadoc-api
8-
:spring-framework-reference: https://docs.spring.io/spring-framework/docs/{springVersion}/reference/html
8+
:spring-framework-reference: link:{springDocsUrl}
99
:store: Redis
1010

1111
(C) 2011-2023 The original authors.

src/main/asciidoc/preface.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ It usually does not take more then five to ten minutes to go through them and, i
4646

4747
One can find various samples for key-value stores in the dedicated Spring Data example repo, at https://github.com/spring-projects/spring-data-keyvalue-examples[https://github.com/spring-projects/spring-data-keyvalue-examples].
4848
For Spring Data Redis, you should pay particular attention to the `retwisj` sample, a Twitter-clone built on top of Redis that can be run locally or be deployed into the cloud.
49-
See its https://docs.spring.io/spring-data/data-keyvalue/examples/retwisj/current/[documentation], the following blog https://spring.io/blog/2011/04/27/getting-started-redis-spring-cloud-foundry/[entry] for more information.
5049

5150
[[requirements]]
5251
== Requirements

src/main/asciidoc/reference/redis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Spring Data Redis provides easy configuration and access to Redis from Spring ap
1212
[[redis:setup]]
1313
== Getting Started
1414

15-
An easy way to setting up a working environment is to create a Spring-based project in https://spring.io/tools/sts[STS].
15+
An easy way to setting up a working environment is to create a Spring-based project in https://spring.io/tools/[STS].
1616

1717
First, you need to set up a running Redis server.
1818

0 commit comments

Comments
 (0)