Skip to content

Commit 7732291

Browse files
committed
Make spec link in the javadoc overview clickable
1 parent b16bb4a commit 7732291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/main/java/org/hibernate/validator/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<p>This is the Hibernate Validator API documentation. Hibernate Validator is the reference implementation of
12-
https://projects.eclipse.org/projects/ee4j.validation[Jakarta Validation 3.1].
12+
<a href="https://projects.eclipse.org/projects/ee4j.validation" target="_blank">Jakarta Validation 3.1</a>.
1313
</p>
1414
<p>
1515
All classes fall into three categories:

0 commit comments

Comments
 (0)