This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1b97483 Add Apache Event image so that it updates automatically.
1b97483 is described below
commit 1b97483c593c51cbc0a5ac9e3314cdd8e75486c3
Author: Serge Huber <[email protected]>
AuthorDate: Tue Jul 14 22:01:19 2020 +0200
Add Apache Event image so that it updates automatically.
---
src/main/webapp/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 709a12e..2709627 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -226,8 +226,8 @@ layout: default
<img class="featurette-image img-fluid mx-auto"
src="assets/images/apache.png" alt="Apache Software Foundation">
</a>
<br><br><br>
- <a href="https://www.apache.org/events/current-event.html"
target="_blank">
- <img class="featurette-image img-fluid mx-auto"
src="https://svn.apache.org/repos/infra/apachecon/www.apachecon.com/images/landingpage/events/acna19.png"
alt="ApacheCon" />
+ <a href="https://events.apache.org/x/current-event.html"
target="_blank">
+ <img class="featurette-image img-fluid mx-auto"
src="http://www.apache.org/events/current-event-234x60.png" alt="ApacheCon" />
</a>
</div>
</div>