Fix broken links in reference docs.

Closes #2801
This commit is contained in:
Mark Paluch
2023-02-15 10:53:41 +01:00
parent 7d632ef06a
commit 945d39a4e0
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ Hibernate :: Object relational mapper implementing JPA - link:$$https://hibernat
JPA :: Jakarta Persistence API
Spring :: Java application framework - link:$$https://spring.io/projects/spring-framework$$[https://spring.io/projects/spring-framework]
Spring :: Java application framework - link:$$https://spring.io/projects/spring-framework/$$[https://spring.io/projects/spring-framework]

View File

@@ -1383,7 +1383,7 @@ A plain JPA setup requires all annotation-mapped entity classes to be listed in
----
====
NOTE: As of Spring 3.1, a package to scan can be configured on the `LocalContainerEntityManagerFactoryBean` directly to enable classpath scanning for entity classes. See the link:$$https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.html#setPackagesToScan(java.lang.String...)$$[JavaDoc] for details.
NOTE: As of Spring 3.1, a package to scan can be configured on the `LocalContainerEntityManagerFactoryBean` directly to enable classpath scanning for entity classes. See the link:{springJavadocUrl}org/springframework/orm/jpa/LocalContainerEntityManagerFactoryBean.html#setPackagesToScan(java.lang.String...)$$[JavaDoc] for details.
[[jpd.misc.cdi-integration]]
== CDI Integration