Skip to content

Commit e8187aa

Browse files
chanhyeongschauder
authored andcommitted
Fix broken links in documentation.
Closes #954 Original pull request #1109
1 parent dff5c20 commit e8187aa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/main/asciidoc/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Jens Schauder, Jay Bryant, Mark Paluch, Bastian Wilhelm
55
:javadoc-base: https://docs.spring.io/spring-data/jdbc/docs/{revnumber}/api/
66
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]]
77
:spring-data-commons-docs: ../../../../../spring-data-commons/src/main/asciidoc
8-
:spring-framework-docs: https://docs.spring.io/spring-framework/docs/{springVersion}/
8+
:spring-framework-docs: https://docs.spring.io/spring-framework/docs/{springVersion}/reference/html
99

1010
(C) 2018-2021 The original authors.
1111

src/main/asciidoc/preface.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ The rest of the document refers only to Spring Data JDBC features and assumes th
1313
[[get-started:first-steps:spring]]
1414
== Learning Spring
1515

16-
Spring Data uses Spring framework's https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html[core] functionality, including:
16+
Spring Data uses Spring framework's {spring-framework-docs}/core.html[core] functionality, including:
1717

18-
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#beans[IoC] container
19-
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#validation[type conversion system]
20-
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#expressions[expression language]
21-
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/integration.html#jmx[JMX integration]
22-
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html#dao-exceptions[DAO exception hierarchy].
18+
* {spring-framework-docs}/core.html#beans[IoC] container
19+
* {spring-framework-docs}/core.html#validation[type conversion system]
20+
* {spring-framework-docs}/core.html#expressions[expression language]
21+
* {spring-framework-docs}/integration.html#jmx[JMX integration]
22+
* {spring-framework-docs}/data-access.html#dao-exceptions[DAO exception hierarchy].
2323

2424
While you need not know the Spring APIs, understanding the concepts behind them is important.
2525
At a minimum, the idea behind Inversion of Control (IoC) should be familiar, and you should be familiar with whatever IoC container you choose to use.

0 commit comments

Comments
 (0)