Skip to content

Commit 2b210d5

Browse files
kurtn718schauder
authored andcommittedMar 17, 2023
Fix broken links in reference documentation.
Closes #1412 Original pull request #1453
1 parent bc398a4 commit 2b210d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/main/asciidoc/jdbc.adoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You can overwrite the repository methods with implementations that match your st
6464
[[jdbc.getting-started]]
6565
== Getting Started
6666

67-
An easy way to bootstrap setting up a working environment is to create a Spring-based project in https://spring.io/tools/sts[STS] or from https://start.spring.io[Spring Initializr].
67+
An easy way to bootstrap setting up a working environment is to create a Spring-based project in https://spring.io/tools[Spring Tools] or from https://start.spring.io[Spring Initializr].
6868

6969
First, you need to set up a running database server. Refer to your vendor documentation on how to configure your database for JDBC access.
7070

@@ -920,9 +920,6 @@ The following table describes the available events. For more details about the e
920920
| {javadoc-base}org/springframework/data/relational/core/mapping/event/AfterSaveEvent.html[`AfterSaveEvent`]
921921
| After an aggregate root gets saved (that is, inserted or updated).
922922

923-
| {javadoc-base}org/springframework/data/relational/core/mapping/event/AfterLoadEvent.html[`AfterLoadEvent`]
924-
| After an aggregate root gets created from a database `ResultSet` and all its properties get set. _Note: This is deprecated. Use `AfterConvert` instead_
925-
926923
| {javadoc-base}org/springframework/data/relational/core/mapping/event/AfterConvertEvent.html[`AfterConvertEvent`]
927924
| After an aggregate root gets created from a database `ResultSet` and all its properties get set.
928925
|===

0 commit comments

Comments
 (0)
Please sign in to comment.