Skip to content

Commit dcfe33f

Browse files
committed
Fix Hibernate Javadoc to avoid a redirect
1 parent 3a61460 commit dcfe33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ configure([rootProject] + javaProjects) { project ->
8686
ext.javadocLinks = [
8787
"https://docs.oracle.com/en/java/javase/17/docs/api/",
8888
"https://jakarta.ee/specifications/platform/9/apidocs/",
89-
"https://docs.jboss.org/hibernate/orm/5.6/javadocs/",
89+
"https://docs.hibernate.org/orm/5.6/javadocs/",
9090
"https://www.quartz-scheduler.org/api/2.3.0/",
9191
"https://fasterxml.github.io/jackson-core/javadoc/2.14/",
9292
"https://fasterxml.github.io/jackson-databind/javadoc/2.14/",

0 commit comments

Comments
 (0)