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 b9545405031e29210e3791215b3cb39a4323b649 Author: Nikita Timofeev <[email protected]> AuthorDate: Thu Mar 14 19:36:28 2024 +0400 Change `http` to `https` --- src/main/site/content/docs/4.2/cayenne-guide.html | 2 +- src/main/site/content/docs/4.2/getting-started-guide.html | 2 +- src/main/site/content/docs/4.2/getting-started-rop.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/site/content/docs/4.2/cayenne-guide.html b/src/main/site/content/docs/4.2/cayenne-guide.html index 7f4b589da..786dcae14 100644 --- a/src/main/site/content/docs/4.2/cayenne-guide.html +++ b/src/main/site/content/docs/4.2/cayenne-guide.html @@ -99,7 +99,7 @@ menu: <div class="sect3"> <h4 id="runModeler"><a class="anchor" href="#runModeler"></a>1.1.2. Running CayenneModeler</h4> <div class="paragraph"> - <p>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 <a href="http://cayenne.apache.org/download.html" class="bare">http://cayenne.apache.org/download.html</a> matching the OS you are using. Of course Java needs to be installed on the machine where y [...] + <p>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 <a href="https://cayenne.apache.org/download.html" class="bare">https://cayenne.apache.org/download.html</a> matching the OS you are using. Of course Java needs to be installed on the machine where [...] </div> <div class="ulist"> <ul> diff --git a/src/main/site/content/docs/4.2/getting-started-guide.html b/src/main/site/content/docs/4.2/getting-started-guide.html index 5667403ec..216e83789 100644 --- a/src/main/site/content/docs/4.2/getting-started-guide.html +++ b/src/main/site/content/docs/4.2/getting-started-guide.html @@ -85,7 +85,7 @@ menu: </table> </div> <div class="paragraph"> - <p>Download the <a href="http://cayenne.apache.org/download.html">latest release</a>. 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:</p> + <p>Download the <a href="https://cayenne.apache.org/download.html">latest release</a>. 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:</p> </div> <div class="imageblock text-center"> <div class="content"> diff --git a/src/main/site/content/docs/4.2/getting-started-rop.html b/src/main/site/content/docs/4.2/getting-started-rop.html index c077110f6..3344e7122 100644 --- a/src/main/site/content/docs/4.2/getting-started-rop.html +++ b/src/main/site/content/docs/4.2/getting-started-rop.html @@ -118,7 +118,7 @@ weight: 40 <repository> <id>caucho</id> <name>Caucho Repository</name> - <url>http://caucho.com/m2</url> + <url>https://caucho.com/m2</url> <layout>default</layout> <snapshots> <enabled>false</enabled> @@ -174,7 +174,7 @@ weight: 40 <repository> <id>caucho</id> <name>Caucho Repository</name> - <url>http://caucho.com/m2</url> + <url>https://caucho.com/m2</url> <layout>default</layout> <snapshots> <enabled>false</enabled>
