diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f30b4bdd8..488c6f94d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Guidelines for contributing to Hibernate Validator
Contributions from the community are essential in keeping Hibernate Validator strong and successful.
This guide focuses on how to contribute back to Hibernate Validator using GitHub pull requests.
If you need help with cloning, compiling or setting the project up in an IDE please refer to
-[this page](http://hibernate.org/validator/contribute/).
+[this page](https://hibernate.org/validator/contribute/).
## Legal
diff --git a/README.md b/README.md
index 00c9f3918..568c9728c 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ the metadata through the use of XML validation descriptors.
## Documentation
-The documentation for this release is included in the _docs_ directory of the distribution package or can be accessed [online](http://hibernate.org/validator/documentation/).
+The documentation for this release is included in the _docs_ directory of the distribution package or can be accessed [online](https://hibernate.org/validator/documentation/).
## Release Notes
@@ -76,7 +76,7 @@ You will also need a JDK 17+ and Maven 3 (>= 3.9.6). With these prerequisites in
mvn clean install
-There are more build options available as well. For more information refer to [Contributing to Hibernate Validator](http://hibernate.org/validator/contribute/).
+There are more build options available as well. For more information refer to [Contributing to Hibernate Validator](https://hibernate.org/validator/contribute/).
## Continuous Integration
@@ -86,10 +86,10 @@ We provide a `.travis.yml` file so that you can enable CI for your GitHub fork b
## Hibernate Validator URLs
-* [Home Page](http://hibernate.org/validator/)
-* [Jakarta Validation Home](http://beanvalidation.org/)
+* [Home Page](https://hibernate.org/validator/)
+* [Jakarta Validation Home](https://beanvalidation.org/)
* [Jakarta Validation Specs](https://jakarta.ee/specifications/bean-validation/)
-* [Downloads](http://hibernate.org/validator/downloads/)
-* [Mailing Lists](http://hibernate.org/community/)
+* [Downloads](https://hibernate.org/validator/downloads/)
+* [Mailing Lists](https://hibernate.org/community/)
* [Issue Tracking](https://hibernate.atlassian.net/browse/HV)
* [Continuous Integration](http://ci.hibernate.org/view/Validator/)
diff --git a/engine/pom.xml b/engine/pom.xml
index dd69350c3..3718791be 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -42,7 +42,7 @@
site
- http://hibernate.org/validator
+ https://hibernate.org/validator
diff --git a/pom.xml b/pom.xml
index 62180f87f..ea2812d58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
pom
Hibernate Validator Aggregator
- http://hibernate.org/validator
+ https://hibernate.org/validator
Aggregator of the Hibernate Validator modules.