You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/07/26 04:34:02 UTC

[openmeetings-site] branch asf-site updated: ACNA banner is retrieved via https

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

solomax pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 754f62c  ACNA banner is retrieved via https
754f62c is described below

commit 754f62c32e198ce3e6586f6100c807cfd6ad8dfe
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Jul 26 11:33:50 2018 +0700

    ACNA banner is retrieved via https
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index d9ad82c..4f1c9a5 100644
--- a/index.html
+++ b/index.html
@@ -215,7 +215,7 @@
         </div>
         <div class="pull-right">
                <a href="https://www.apachecon.com/">
-                    <img src="http://apachecon.com/acna18/banners/acna-sleek-standard.png" style="width: 192px;height: 62px;">
+                    <img src="https://apachecon.com/acna18/banners/acna-sleek-standard.png" style="width: 192px;height: 62px;">
                     <div style="font-size: small;font-weight: bold;text-align: center;">Register for ApacheCon!</div>
                </a>
         </div>