This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch STABLE-3.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 15616c01e4c53c70dffb9d0e7c3b7d8ca89b38dc
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Fri Mar 15 13:19:37 2024 +0400

    Update docs: change `http` to `https`
---
 .../cayenne-guide/src/docs/asciidoc/_cayenne-guide/part1/setup.adoc | 2 +-
 .../src/docs/asciidoc/_cayenne-guide/part2/including.adoc           | 6 +++---
 2 files changed, 4 insertions(+), 4 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 0e93de2b9..a9b815e49 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
@@ -27,7 +27,7 @@ include::../var.adoc[]
 [[runModeler]]
 ==== Running CayenneModeler
 
-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 are using. Of 
course Java needs to be installed on the machine where you are going to run the 
Modeler.
+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 
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.
 - Windows distribution contains CayenneModeler.exe file in the bin directory.
diff --git 
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
 
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
index 2999375e5..8040f4344 100644
--- 
a/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
+++ 
b/docs/asciidoc/cayenne-guide/src/docs/asciidoc/_cayenne-guide/part2/including.adoc
@@ -29,11 +29,11 @@ Cayenne distribution contains the following core runtime 
jars in the distributio
 
 When using `cayenne-server-x.x.jar` you'll need a few third party jars (all 
included in `lib/third-party` directory of the distribution):
 
-- http://velocity.apache.org[Apache Velocity Template Engine], version 1.6.x 
(and all its dependencies bundled with velocity-dep)
+- https://velocity.apache.org[Apache Velocity Template Engine], version 1.6.x 
(and all its dependencies bundled with velocity-dep)
 
-- http://commons.apache.org/proper/commons-collections/[Apache Commons 
Collections], version 3.2.1
+- https://commons.apache.org/proper/commons-collections/[Apache Commons 
Collections], version 3.2.1
 
-- http://commons.apache.org/proper/commons-logging/[Apache Commons Logging], 
version 1.1
+- https://commons.apache.org/proper/commons-logging/[Apache Commons Logging], 
version 1.1
 
 Cayenne integrates with various caching, clustering and other frameworks. 
These optional integrations will require other third-party jars that the users 
will need to obtain on their own.
 

Reply via email to