Skip to content

Commit

Permalink
Fix links to spring.io docs.
Browse files Browse the repository at this point in the history
Closes #1571
  • Loading branch information
mp911de committed Sep 13, 2023
1 parent c50942a commit 5fd9951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Refer to your vendor documentation on how to configure your database for JDBC ac
[[requirements]]
== Requirements

Spring Data JDBC requires https://spring.io/docs[Spring Framework] {springVersion} and above.
Spring Data JDBC requires {springdocsurl}[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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Refer to your vendor documentation on how to configure your database for R2DBC a
[[requirements]]
== Requirements

Spring Data R2DBC requires https://spring.io/docs[Spring Framework] {springVersion} and above.
Spring Data R2DBC requires {springdocsurl}[Spring Framework] {springVersion} and above.

In terms of databases, Spring Data R2DBC requires a <<r2dbc.drivers,driver>> to abstract common SQL functionality over vendor-specific flavours.
Spring Data R2DBC includes direct support for the following databases:
Expand Down

0 comments on commit 5fd9951

Please sign in to comment.