remove incubator and incubating.
diff --git a/README.md b/README.md
index 9a0ce68..7a21aba 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # About
 
-This project is part of the source of [The Apache ECharts (incubating) Official Website](https://echarts.apache.org/). See [incubator-echarts-website](https://github.com/apache/incubator-echarts-website) for more details of the building process.
+This project is part of the source of [The Apache ECharts Official Website](https://echarts.apache.org/). See [echarts-website](https://github.com/apache/echarts-website) for more details of the building process.
 
 ## Install
 
@@ -10,7 +10,7 @@
 
 ## Build
 
-Git clone [incubator-echarts-www](https://github.com/apache/incubator-echarts-www) and put it on the same level as `incubator-echarts-examples`.
+Git clone [echarts-www](https://github.com/apache/echarts-www) and put it on the same level as `echarts-examples`.
 
 ```shell
 npm run dev
diff --git a/config/env.asf.js b/config/env.asf.js
index 47eef31..f398050 100644
--- a/config/env.asf.js
+++ b/config/env.asf.js
@@ -5,18 +5,18 @@
     host: 'https://echarts.apache.org/examples',
     cdnPayRootMap: {
         // zh: 'https://echarts-www.cdn.bcebos.com/examples',
-        zh: 'https://cdn.jsdelivr.net/gh/apache/incubator-echarts-website@asf-site/examples',
+        zh: 'https://cdn.jsdelivr.net/gh/apache/echarts-website@asf-site/examples',
         en: 'https://echarts.apache.org/examples'
     },
     mainSiteCDNPayRootMap: {
         // zh: 'https://echarts-www.cdn.bcebos.com',
-        zh: 'https://cdn.jsdelivr.net/gh/apache/incubator-echarts-website@asf-site',
+        zh: 'https://cdn.jsdelivr.net/gh/apache/echarts-website@asf-site',
         en: 'https://echarts.apache.org'
     },
     mainSiteHost: 'https://echarts.apache.org',
 
     blogPath: 'http://efe.baidu.com/tags/ECharts/',
-    releaseDestDir: path.resolve(__dirname, '../../incubator-echarts-website/examples')
+    releaseDestDir: path.resolve(__dirname, '../../echarts-website/examples')
 });
 
 module.exports = config;
diff --git a/config/env.dev.js b/config/env.dev.js
index 1a1004e..797b238 100644
--- a/config/env.dev.js
+++ b/config/env.dev.js
@@ -2,32 +2,32 @@
 const config = require('./common');
 
 Object.assign(config, {
-    host: 'http://localhost/incubator-echarts-website/examples',
+    host: 'http://localhost/echarts-website/examples',
 
     cdnPayRootMap: {
-        zh: 'http://localhost/incubator-echarts-website/examples',
-        en: 'http://localhost/incubator-echarts-website/examples'
+        zh: 'http://localhost/echarts-website/examples',
+        en: 'http://localhost/echarts-website/examples'
     },
     mainSiteCDNPayRootMap: {
-        zh: 'http://localhost/incubator-echarts-website',
-        en: 'http://localhost/incubator-echarts-website'
+        zh: 'http://localhost/echarts-website',
+        en: 'http://localhost/echarts-website'
     },
 
-    mainSiteHost: 'http://localhost/incubator-echarts-website',
+    mainSiteHost: 'http://localhost/echarts-website',
 
-    // host: 'http://localhost:8000/echarts/incubator-echarts-website/examples',
+    // host: 'http://localhost:8000/echarts/echarts-website/examples',
     // cdnPayRootMap: {
-    //     zh: 'http://localhost:8000/echarts/incubator-echarts-website/examples',
-    //     en: 'http://localhost:8000/echarts/incubator-echarts-website/examples'
+    //     zh: 'http://localhost:8000/echarts/echarts-website/examples',
+    //     en: 'http://localhost:8000/echarts/echarts-website/examples'
     // },
     // mainSiteCDNPayRootMap: {
-    //     zh: 'http://127.0.0.1:8000/echarts/incubator-echarts-website',
-    //     en: 'http://127.0.0.1:8000/echarts/incubator-echarts-website'
+    //     zh: 'http://127.0.0.1:8000/echarts/echarts-website',
+    //     en: 'http://127.0.0.1:8000/echarts/echarts-website'
     // },
-    // mainSiteHost: 'http://127.0.0.1:8000/echarts/incubator-echarts-website',
+    // mainSiteHost: 'http://127.0.0.1:8000/echarts/echarts-website',
 
     blogPath: 'http://efe.baidu.com/tags/ECharts/',
-    releaseDestDir: path.resolve(__dirname, '../../incubator-echarts-website/examples')
+    releaseDestDir: path.resolve(__dirname, '../../echarts-website/examples')
 });
 
 module.exports = config;
diff --git a/config/env.localsite.js b/config/env.localsite.js
index 302cc55..7c38321 100644
--- a/config/env.localsite.js
+++ b/config/env.localsite.js
@@ -3,25 +3,25 @@
 
 Object.assign(config, {
 
-    host: 'http://localhost/incubator-echarts-website/examples',
-    // host: 'http://localhost:8000/echarts/incubator-echarts-website/examples',
+    host: 'http://localhost/echarts-website/examples',
+    // host: 'http://localhost:8000/echarts/echarts-website/examples',
 
     cdnPayRootMap: {
-        zh: 'http://localhost/incubator-echarts-website/examples',
-        en: 'http://127.0.0.1:8000/echarts/incubator-echarts-website/examples'
+        zh: 'http://localhost/echarts-website/examples',
+        en: 'http://127.0.0.1:8000/echarts/echarts-website/examples'
     },
 
     mainSiteCDNPayRootMap: {
-        zh: 'http://localhost/incubator-echarts-website/examples',
-        // zh: 'http://127.0.0.1:8000/echarts/incubator-echarts-website',
-        en: 'http://127.0.0.1:8000/echarts/incubator-echarts-website'
+        zh: 'http://localhost/echarts-website/examples',
+        // zh: 'http://127.0.0.1:8000/echarts/echarts-website',
+        en: 'http://127.0.0.1:8000/echarts/echarts-website'
     },
 
-    mainSiteHost: 'http://localhost/incubator-echarts-website',
-    // mainSiteHost: 'http://localhost:8000/echarts/incubator-echarts-website',
+    mainSiteHost: 'http://localhost/echarts-website',
+    // mainSiteHost: 'http://localhost:8000/echarts/echarts-website',
 
     blogPath: 'http://efe.baidu.com/tags/ECharts/',
-    releaseDestDir: path.resolve(__dirname, '../../incubator-echarts-website/examples')
+    releaseDestDir: path.resolve(__dirname, '../../echarts-website/examples')
 });
 
 module.exports = config;
diff --git a/views/layouts/basic.jade b/views/layouts/basic.jade
index ea62c71..b22b4fd 100644
--- a/views/layouts/basic.jade
+++ b/views/layouts/basic.jade
@@ -15,7 +15,7 @@
 
         link(rel='stylesheet', type='text/css', href='#{cdnPayRoot}/stylesheets/main.css?_v_=#{buildVersion}')
 
-        title Examples - Apache ECharts (incubating)
+        title Examples - Apache ECharts
 
         script(type="text/javascript").
             window.EC_DEMO_LANG = '#{lang}';