Repository: jclouds-site Updated Branches: refs/heads/master 07281eb69 -> 205bdaee5
Move events to Apache menu Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/205bdaee Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/205bdaee Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/205bdaee Branch: refs/heads/master Commit: 205bdaee51b434267f63dccf8a7d9279085c117c Parents: 9922ae5 Author: Ignasi Barrera <[email protected]> Authored: Thu Nov 15 23:31:01 2018 +0100 Committer: Ignasi Barrera <[email protected]> Committed: Thu Nov 15 23:40:50 2018 +0100 ---------------------------------------------------------------------- _includes/navbar.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/205bdaee/_includes/navbar.html ---------------------------------------------------------------------- diff --git a/_includes/navbar.html b/_includes/navbar.html index d83fdbb..f76e483 100755 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -49,9 +49,6 @@ <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"> @@ -63,6 +60,9 @@ <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="http://www.apache.org/security/">Security</a></li> <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</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><a href="/blog">Blog</a></li>
