This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to refs/heads/master by this push:
new 7a1baf4 - Made the site not contain unsafe elements (If it breaks
hummedooh told me to ;-) )
7a1baf4 is described below
commit 7a1baf4a190aca21ff6e1487c8869668f3c55b6b
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Mar 14 16:00:33 2018 +0100
- Made the site not contain unsafe elements (If it breaks hummedooh told me
to ;-) )
---
src/site/template/maven-site.vm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/template/maven-site.vm b/src/site/template/maven-site.vm
index e53ad06..ef3b5a4 100644
--- a/src/site/template/maven-site.vm
+++ b/src/site/template/maven-site.vm
@@ -1561,8 +1561,8 @@
#* *##banner (
$decoration.bannerRight "bannerRight" )
#if ( $config.showApacheEvents )
<p class="apacheEvents">
- <a
href="http://www.apache.org/events/current-event.html">
- <img
src="http://www.apache.org/events/current-event-234x60.png"/>
+ <a
href="//www.apache.org/events/current-event.html">
+ <img
src="//www.apache.org/events/current-event-234x60.png"/>
</a>
</p>
#end
--
To stop receiving notification emails like this one, please contact
[email protected].