Skip to content

Commit 3e93ba3

Browse files
committed
HV-2157 Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs
Signed-off-by: marko-bekhta <[email protected]>
1 parent d91f3bc commit 3e93ba3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ included in the distribution package.
5353
Once you trigger the CI job, it automatically pushes artifacts to the
5454
[OSSRH repository manager](https://oss.sonatype.org/#stagingRepositories),
5555
the distribution to [SourceForge](https://sourceforge.net/projects/hibernate/files/hibernate-validator/)
56-
and the documentation to [docs.jboss.org](https://docs.jboss.org/hibernate/validator/).
56+
and the documentation to [docs.hibernate.org](https://docs.hibernate.org/validator/).
5757

5858
* Transfer the released issues in JIRA to the "Closed state":
5959
* Go to [the list of releases](https://hibernate.atlassian.net/projects/HV?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extension by adding the following dependency:
6565

6666
* _hibernate-validator-annotation-processor-&lt;version&gt;.jar_ is an optional jar which can be integrated with your build
6767
environment respectively IDE to verify that constraint annotations are correctly used. Refer to the [online
68-
documentation](https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#validator-annotation-processor) for more information.
68+
documentation](https://docs.hibernate.org/stable/validator/reference/en-US/html_single/#validator-annotation-processor) for more information.
6969

7070
## Licensing
7171

documentation/src/main/asciidoc/ch13.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ correctly.
244244

245245
* https://hibernate.atlassian.net/browse/HV-308[HV-308]: Additional validators
246246
registered for a constraint
247-
http://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#chapter-xml-configuration[using XML] are
247+
http://docs.hibernate.org/stable/validator/reference/en-US/html_single/#chapter-xml-configuration[using XML] are
248248
not evaluated by the annotation processor.
249249

250250
* Sometimes custom constraints can't be

documentation/src/main/asciidoc/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Hardy Ferentschik; Gunnar Morling; Guillaume Smet
1313
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1414
:html-meta-description: Hibernate Validator, Annotation based constraints for your domain model - Reference Documentation
1515
:html-meta-keywords: hibernate, validator, hibernate validator, validation, jakarta bean validation, jakarta validation, bean validation
16-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/
16+
:html-meta-canonical-link: https://docs.hibernate.org/stable/validator/reference/en-US/html_single/
1717

1818
include::pr01.asciidoc[]
1919

0 commit comments

Comments
 (0)