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

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 8c02afc727e2770db11e0698f2de45db46f57fd0
Author: Fabian Hueske <fhue...@apache.org>
AuthorDate: Fri Sep 6 10:56:23 2019 +0200

    [hotfix] Fix links to ASF license and events page.
---
 _includes/navbar.html | 15 ++++++---------
 index.md              |  2 +-
 index.zh.md           |  2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/_includes/navbar.html b/_includes/navbar.html
index 6516e2d..148332a 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -153,21 +153,18 @@
 
             <li>
               <style>
-                .smalllinks {
-                  display: inline !important;
-                }
-                .smalllinks:hover {
-                  background: none !important;
+                .smalllinks:link {
+                  display: inline-block !important; background: none; 
padding-top: 0px; padding-bottom: 0px; padding-right: 0px; min-width: 75px;
                 }
               </style>
 
-              <a class="smalllinks" href="https://www.apache.org/licenses/"; 
target="_blank">Licenses <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
+              <a class="smalllinks" href="https://www.apache.org/licenses/"; 
target="_blank">License</a> <small><span class="glyphicon 
glyphicon-new-window"></span></small>
 
-              <a class="smalllinks" href="https://www.apache.org/security/"; 
target="_blank">Security <small><span class="glyphicon 
glyphicon-new-window"></span></small></a>
+              <a class="smalllinks" href="https://www.apache.org/security/"; 
target="_blank">Security</a> <small><span class="glyphicon 
glyphicon-new-window"></span></small>
 
-              <a class="smalllinks" 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="_blank">Donate <small><span class="glyphicon 
glyphicon-new-window"></span></small>&nbsp;&nbsp;&nbsp;</a>
+              <a class="smalllinks" 
href="https://www.apache.org/foundation/sponsorship.html"; 
target="_blank">Donate</a> <small><span class="glyphicon 
glyphicon-new-window"></span></small>
 
-              <a class="smalllinks" 
href="https://www.apache.org/foundation/thanks.html"; target="_blank">Thanks 
<small><span class="glyphicon glyphicon-new-window"></span></small></a>
+              <a class="smalllinks" 
href="https://www.apache.org/foundation/thanks.html"; target="_blank">Thanks</a> 
<small><span class="glyphicon glyphicon-new-window"></span></small>
             </li>
 
           </ul>
diff --git a/index.md b/index.md
index 876d494..73a37ab 100644
--- a/index.md
+++ b/index.md
@@ -328,7 +328,7 @@ layout: base
     <img style="width: 200px; padding-right: 30px" src="{{ site.baseurl 
}}/img/flink-forward.png" alt="Flink Forward"/>
   </a>
   <!-- ApacheCon -->
-  <a href="https://events.apache.org/x/current-event.html"; target="_blank">
+  <a href="https://www.apache.org/events/current-event"; target="_blank">
     <img src="https://www.apache.org/events/current-event-234x60.png"; 
alt="ApacheCon"/>
   </a>
 </div>
diff --git a/index.zh.md b/index.zh.md
index 8a96b47..3b9ad46 100644
--- a/index.zh.md
+++ b/index.zh.md
@@ -322,7 +322,7 @@ layout: base
     <img style="width: 200px; padding-right: 30px" src="{{ site.baseurl 
}}/img/flink-forward.png" alt="Flink Forward"/>
   </a>
   <!-- ApacheCon -->
-  <a href="https://events.apache.org/x/current-event.html"; target="_blank">
+  <a href="https://www.apache.org/events/current-event"; target="_blank">
     <img src="https://www.apache.org/events/current-event-234x60.png"; 
alt="ApacheCon"/>
   </a>
 </div>

Reply via email to