This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne-website.git
commit 4609e4ace5b19cfeac996a8c17c41fddb82954f8 Author: Nikita Timofeev <[email protected]> AuthorDate: Thu Mar 14 18:37:10 2024 +0400 Change `http` to `https` --- src/main/site/content/collaboration/thanks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/site/content/collaboration/thanks.md b/src/main/site/content/collaboration/thanks.md index 665d5c145..085401713 100644 --- a/src/main/site/content/collaboration/thanks.md +++ b/src/main/site/content/collaboration/thanks.md @@ -13,7 +13,7 @@ url: "/thanks.html" Apache Cayenne PMC would like to thank the following companies for granting our community free licenses to use their tools in the development process: -<a href="http://www.oxygenxml.com" title="Oxygen XML Editor" rel="nofollow" target="_blank" style="border: none;"> +<a href="https://www.oxygenxml.com" title="Oxygen XML Editor" rel="nofollow" target="_blank" style="border: none;"> <img src="/img/oxygen190x62.png" width="190" height="62" alt="Oxygen XML Editor" border="0"/> </a>
