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

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

commit 76676f4f6303ffc79928e4cd2f28187d8f09fe6c
Author: Leonard Xu <[email protected]>
AuthorDate: Thu Dec 17 15:49:20 2020 +0800

    [hotfix] Fix the broken Getting-started link of flink project
    
    This closes #401.
---
 _includes/navbar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/navbar.html b/_includes/navbar.html
index d9cbb0a..a2476af 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -69,7 +69,7 @@
             <li class="dropdown">
               <a class="dropdown-toggle" data-toggle="dropdown" href="#">{{ 
site.data.i18n[page.language].getting_started }}<span class="caret"></span></a>
               <ul class="dropdown-menu">
-                <li><a href="{{ site.docs-stable }}/{% if page.language != 
'en' %}{{ page.language }}/{% endif %}getting-started/index.html" 
target="_blank">With Flink <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
+                <li><a href="{{ site.docs-stable }}/{% if page.language != 
'en' %}{{ page.language }}/{% endif %}try-flink/index.html" 
target="_blank">With Flink <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
                 <li><a href="{{ site.docs-statefun-stable 
}}/getting-started/project-setup.html" target="_blank">With Flink Stateful 
Functions <small><span class="glyphicon 
glyphicon-new-window"></span></small></a></li>
                 <li><a href="{{ baseurl_i18n }}/training.html">{{ 
site.data.i18n[page.language].training_course }}</a></li>
               </ul>

Reply via email to