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

ahuber pushed a commit to branch jpa-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-simpleapp.git


The following commit(s) were added to refs/heads/jpa-SNAPSHOT by this push:
     new 9271ad3  update causeway links http -> https
9271ad3 is described below

commit 9271ad32fd93ba96a38b591ccffcb8b33415a062
Author: Andi Huber <[email protected]>
AuthorDate: Tue Feb 21 07:20:33 2023 +0100

    update causeway links http -> https
---
 README.adoc                                 | 2 +-
 webapp/src/main/resources/application.yml   | 2 +-
 webapp/src/main/resources/static/index.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index f86acaa..2378fd1 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@
 
image:https://github.com/apache/causeway-app-simpleapp/workflows/Build%20w/%20Maven%20+%20Jdk%208/badge.svg[]
 
image:https://github.com/apache/causeway-app-simpleapp/workflows/Build%20w/%20Maven%20+%20Jdk%2015/badge.svg[]
 
-This is a simple link:http://causeway.apache.org[Apache Causeway] application, 
structured so that it can be used as a starting point for developing your own 
applications.
+This is a simple link:https://causeway.apache.org[Apache Causeway] 
application, structured so that it can be used as a starting point for 
developing your own applications.
 
 It consists of:
 
diff --git a/webapp/src/main/resources/application.yml 
b/webapp/src/main/resources/application.yml
index 5a62e99..8e2c14b 100644
--- a/webapp/src/main/resources/application.yml
+++ b/webapp/src/main/resources/application.yml
@@ -66,7 +66,7 @@ causeway:
         # https://stackoverflow.com/a/38983935/56880
         version: @project.version@
       credit:
-        - url:  http://causeway.apache.org
+        - url:  https://causeway.apache.org
           image: images/apache-causeway/logo-65x48.png
           name: Apache Causeway
     wicket:
diff --git a/webapp/src/main/resources/static/index.html 
b/webapp/src/main/resources/static/index.html
index f328ccd..fa2c9ae 100644
--- a/webapp/src/main/resources/static/index.html
+++ b/webapp/src/main/resources/static/index.html
@@ -11,7 +11,7 @@
             <img alt="Causeway Logo" src="images/apache-causeway/logo.png" />
 
             <p>
-                This is a simple <a href="http://causeway.apache.org";>Apache 
Causeway</a> application, structured so it can be
+                This is a simple <a href="https://causeway.apache.org";>Apache 
Causeway</a> application, structured so it can be
                 used as a starting point for developing your own applications.
                 <br/>
             </p>

Reply via email to