Fix events and CI links
Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/9922ae50 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/9922ae50 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/9922ae50 Branch: refs/heads/master Commit: 9922ae50880768f03d45599746acda5eb8c9bdff Parents: 07281eb Author: Ignasi Barrera <[email protected]> Authored: Thu Nov 15 15:17:51 2018 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Thu Nov 15 23:40:50 2018 +0100 ---------------------------------------------------------------------- _includes/navbar.html | 6 ++++-- _layouts/home.html | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/9922ae50/_includes/navbar.html ---------------------------------------------------------------------- diff --git a/_includes/navbar.html b/_includes/navbar.html index 662fafe..d83fdbb 100755 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -42,14 +42,16 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="/community/">Get In Touch!</a></li> - <li><a href="http://www.meetup.com/jclouds/">Attend An Event</a></li> <li><a href="/community/users/">Who Is Using jclouds?</a></li> <li class="divider"></li> <li class="dropdown-header">Contribute</li> <li><a href="/reference/report-a-bug/">Report a Bug</a></li> - <li><a href="http://jclouds.ci.cloudbees.com">Continuous Integration</a></li> + <li><a href="https://builds.apache.org/view/J/view/jclouds/">Continuous Integration</a></li> <li><a href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute">How To Contribute Code</a></li> <li><a href="https://cwiki.apache.org/confluence/display/JCLOUDS/How+to+Contribute+Documentation">How To Contribute Documentation</a></li> + <li class="divider"></li> + <li class="dropdown-header">Apache Events</li> + <li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png"/></a></li> </ul> </li> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/9922ae50/_layouts/home.html ---------------------------------------------------------------------- diff --git a/_layouts/home.html b/_layouts/home.html index 181c49f..430b748 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -7,8 +7,8 @@ {% include navbar.html %} <div id="home-content" class="container"> - {% include supportapache.html %} {% comment %} + {% include supportapache.html %} {% include apachecon.html %} {% endcomment %}
