Skip to content

Commit ee64329

Browse files
RajAntharimp911de
authored andcommitted
Remove extra /api path segement in reference documentation.
Closes spring-projects#2998
1 parent d773218 commit ee64329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/repositories/core-concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The central interface in the Spring Data repository abstraction is `Repository`.
55
It takes the domain class to manage as well as the identifier type of the domain class as type arguments.
66
This interface acts primarily as a marker interface to capture the types to work with and to help you to discover interfaces that extend this one.
7-
The {spring-data-commons-javadoc-base}/org/springframework/data/repository/CrudRepository.html[`CrudRepository`] and {spring-data-commons-javadoc-base}/api/org/springframework/data/repository/ListCrudRepository.html[`ListCrudRepository`] interfaces provide sophisticated CRUD functionality for the entity class that is being managed.
7+
The {spring-data-commons-javadoc-base}/org/springframework/data/repository/CrudRepository.html[`CrudRepository`] and {spring-data-commons-javadoc-base}/org/springframework/data/repository/ListCrudRepository.html[`ListCrudRepository`] interfaces provide sophisticated CRUD functionality for the entity class that is being managed.
88

99
[[repositories.repository]]
1010
.`CrudRepository` Interface

0 commit comments

Comments
 (0)