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.git
The following commit(s) were added to refs/heads/master by this push: new 04fd7a6b1 Update links from "http" to "https" 04fd7a6b1 is described below commit 04fd7a6b19aada05a3c18fbdc420779744d5aff4 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Wed Mar 27 15:39:21 2024 +0300 Update links from "http" to "https" --- .../src/docs/asciidoc/_cayenne-guide/part1/setup.adoc | 2 +- .../docs/asciidoc/_getting-started-guide/starting-project.adoc | 2 +- docs/doc/src/main/resources/README.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc index 2a57d838e..f9ddcfe03 100644 --- a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc +++ b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc @@ -65,7 +65,7 @@ include::../var.adoc[] CayenneModeler GUI tool is intended to work with object relational mapping projects. While you can edit your XML by hand, it is rarely needed, as the Modeler is a pretty advanced tool included in Cayenne distribution. To obtain -CayenneModeler, download Cayenne distribution archive from http://cayenne.apache.org/download.html matching the OS you +CayenneModeler, download Cayenne distribution archive from https://cayenne.apache.org/download.html matching the OS you are using. Of course Java needs to be installed on the machine where you are going to run the Modeler. - OS X distribution contains CayenneModeler.app at the root of the distribution disk image. diff --git a/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/starting-project.adoc b/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/starting-project.adoc index cb3735797..8fbd19866 100644 --- a/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/starting-project.adoc +++ b/docs/asciidoc/getting-started-guide/src/docs/asciidoc/_getting-started-guide/starting-project.adoc @@ -39,7 +39,7 @@ get access to the CayenneModeler tool. NOTE: If you are really into Maven, you can start CayenneModeler from Maven too. We'll do it in a more traditional way here. -Download the http://cayenne.apache.org/download.html[latest release]. Unpack the distribution +Download the https://cayenne.apache.org/download.html[latest release]. Unpack the distribution somewhere in the file system and start CayenneModeler, following platform-specific instructions. On most platforms it is done simply by doubleclicking the Modeler icon. The welcome screen of the Modeler looks like this: diff --git a/docs/doc/src/main/resources/README.html b/docs/doc/src/main/resources/README.html index 7d4f3491a..5170a40e5 100644 --- a/docs/doc/src/main/resources/README.html +++ b/docs/doc/src/main/resources/README.html @@ -122,10 +122,10 @@ <h2>Online Resources:</h2> <ul> - <li><a href="http://cayenne.apache.org">Cayenne Home</a></li> - <li><a href="http://cayenne.apache.org/download.html">Downloads</a></li> - <li><a href="http://cayenne.apache.org/support.html">Support</a></li> - <li><a href="http://issues.apache.org/jira/browse/CAY">Report Bugs</a></li> + <li><a href="https://cayenne.apache.org">Cayenne Home</a></li> + <li><a href="https://cayenne.apache.org/download.html">Downloads</a></li> + <li><a href="https://cayenne.apache.org/support.html">Support</a></li> + <li><a href="https://issues.apache.org/jira/browse/CAY">Report Bugs</a></li> </ul> <h2>Licensing</h2>