Skip to content

Commit 945d39a

Browse files
committed
Fix broken links in reference docs.
Closes #2801
1 parent 7d632ef commit 945d39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/main/asciidoc/glossary.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Hibernate :: Object relational mapper implementing JPA - link:$$https://hibernat
1818

1919
JPA :: Jakarta Persistence API
2020

21-
Spring :: Java application framework - link:$$https://spring.io/projects/spring-framework$$[https://spring.io/projects/spring-framework]
21+
Spring :: Java application framework - link:$$https://spring.io/projects/spring-framework/$$[https://spring.io/projects/spring-framework]

Diff for: src/main/asciidoc/jpa.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ A plain JPA setup requires all annotation-mapped entity classes to be listed in
13831383
----
13841384
====
13851385

1386-
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.
1386+
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.
13871387

13881388
[[jpd.misc.cdi-integration]]
13891389
== CDI Integration

0 commit comments

Comments
 (0)