Skip to content

Commit 8e40e63

Browse files
Ramil Sayetovmp911de
Ramil Sayetov
authored andcommitted
Fix links to spring.io docs.
Closes #1571
1 parent 1e56083 commit 8e40e63

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-data-r2dbc/src/main/asciidoc/preface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use all the features of Spring Data R2DBC, such as the repository support, yo
2828

2929
To learn more about Spring, refer to the comprehensive documentation that explains the Spring Framework in detail.
3030
There are a lot of articles, blog entries, and books on the subject.
31-
See the Spring framework https://spring.io/docs[home page] for more information.
31+
See the Spring framework https://spring.io[home page] for more information.
3232

3333
[[get-started:first-steps:what]]
3434
== What is R2DBC?
@@ -82,7 +82,7 @@ Whenever feasible, Spring Data adapts transparently to the use of RxJava or anot
8282
The Spring Data R2DBC 3.x binaries require:
8383

8484
* JDK level 17 and above
85-
* https://spring.io/docs[Spring Framework] {springVersion} and above
85+
* {spring-framework-ref}[Spring Framework] {springVersion} and above
8686
* https://r2dbc.io[R2DBC] {r2dbcVersion} and above
8787

8888
[[get-started:help]]

src/main/asciidoc/preface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ To leverage all the features of Spring Data JDBC, such as the repository support
3030

3131
To learn more about Spring, you can refer to the comprehensive documentation that explains the Spring Framework in detail.
3232
There are a lot of articles, blog entries, and books on the subject.
33-
See the Spring framework https://spring.io/docs[home page] for more information.
33+
See the Spring framework https://spring.io[home page] for more information.
3434

3535
[[requirements]]
3636
== Requirements
3737

38-
The Spring Data JDBC binaries require JDK level 8.0 and above and https://spring.io/docs[Spring Framework] {springVersion} and above.
38+
The Spring Data JDBC binaries require JDK level 8.0 and above and {spring-framework-docs}[Spring Framework] {springVersion} and above.
3939

4040
In terms of databases, Spring Data JDBC requires a <<jdbc.dialects,dialect>> to abstract common SQL functionality over vendor-specific flavours.
4141
Spring Data JDBC includes direct support for the following databases:

0 commit comments

Comments
 (0)