Skip to content

Fix links to spring.io docs #1571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spring-data-r2dbc/src/main/asciidoc/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To use all the features of Spring Data R2DBC, such as the repository support, yo

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

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

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

[[get-started:help]]
Expand Down
4 changes: 2 additions & 2 deletions src/main/asciidoc/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ To leverage all the features of Spring Data JDBC, such as the repository support

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

[[requirements]]
== Requirements

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

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