Skip to content

Commit f3788e4

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 b6e2a4e commit f3788e4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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/migration/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1515
:html-meta-description: Hibernate Validator, Annotation based constraints for your domain model - Migration Documentation
1616
:html-meta-keywords: hibernate, validator, hibernate validator, validation, jakarta bean validation, jakarta validation, bean validation
17-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/validator/migration/en-US/html_single/
17+
:html-meta-canonical-link: https://docs.hibernate.org/stable/validator/migration/en-US/html_single/
1818
:html-meta-version-family: {hvVersionShort}
1919
:version-selector-enabled: true
2020

documentation/src/main/asciidoc/reference/_ch13.adoc

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

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

252252
* Sometimes custom constraints can't be

documentation/src/main/asciidoc/reference/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hardy Ferentschik; Gunnar Morling; Guillaume Smet; Marko Bekhta
1515
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1616
:html-meta-description: Hibernate Validator, Annotation based constraints for your domain model - Reference Documentation
1717
:html-meta-keywords: hibernate, validator, hibernate validator, validation, jakarta bean validation, jakarta validation, bean validation
18-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/
18+
:html-meta-canonical-link: https://docs.hibernate.org/stable/validator/reference/en-US/html_single/
1919
:html-meta-version-family: {hvVersionShort}
2020
:version-selector-enabled: true
2121

documentation/src/main/asciidoc/whats-new/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:title-logo-image: image:hibernate_logo_a.png[align=left,pdfwidth=33%]
1515
:html-meta-description: Hibernate Validator, Annotation based constraints for your domain model - What's new in {hvVersionShort}
1616
:html-meta-keywords: hibernate, validator, hibernate validator, validation, jakarta bean validation, jakarta validation, bean validation
17-
:html-meta-canonical-link: https://docs.jboss.org/hibernate/stable/validator/migration/en-US/html_single/
17+
:html-meta-canonical-link: https://docs.hibernate.org/stable/validator/migration/en-US/html_single/
1818
:html-meta-version-family: {hvVersionShort}
1919
:version-selector-enabled: true
2020

0 commit comments

Comments
 (0)