add link to flink-packages.org
diff --git a/README.md b/README.md
index 7d6845d..7fae4dc 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
 
 This repository contains the Flink website: https://flink.apache.org/.
 
-You find instructions for this repository here: https://flink.apache.org/contributing/improve-website.html.
\ No newline at end of file
+You find instructions for this repository here: https://flink.apache.org/contributing/improve-website.html.
diff --git a/_data/i18n.yml b/_data/i18n.yml
index 6c43ccf..a8d42ae 100644
--- a/_data/i18n.yml
+++ b/_data/i18n.yml
@@ -8,6 +8,7 @@
     faq: FAQ
     downloads: Downloads
     getting_started: Getting Started
+    packages: flink-packages.org
     documentation: Documentation
     getting_help: Getting Help
     ecosystem: Ecosystem
@@ -32,6 +33,7 @@
     faq: 常见问题
     downloads: 下载
     getting_started: 教程
+    packages: flink-packages.org
     documentation: 文档
     getting_help: 获取帮助
     ecosystem: Ecosystem
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 3acf26e..b71836f 100755
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -68,6 +68,11 @@
               <a href="{{ site.docs-stable }}/{% if page.language != 'en' %}{{ page.language }}/{% endif %}getting-started/index.html" target="_blank">{{ site.data.i18n[page.language].getting_started }} <small><span class="glyphicon glyphicon-new-window"></span></small></a>
             </li>
 
+            <!-- Flink-packages -->
+            <li>
+              <a href="https://flink-packages.org" target="_blank">{{ site.data.i18n[page.language].packages }} <small><span class="glyphicon glyphicon-new-window"></span></small></a>
+            </li>
+
             <!-- Documentation -->
             <li class="dropdown">
               <a class="dropdown-toggle" data-toggle="dropdown" href="#">{{ site.data.i18n[page.language].documentation }}<span class="caret"></span></a>