You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/11/23 02:41:55 UTC

[incubator-echarts] 01/01: fix old links.

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

shenyi pushed a commit to branch fix-bmap-readme-links
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit e7ab7a64a9dfbd21e9c18ab94b99018d2404a950
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Nov 23 10:41:10 2020 +0800

    fix old links.
---
 extension-src/bmap/README.md  | 12 ++++++------
 test/bar-t.html               |  2 +-
 test/dataZoom-axes.html       |  4 ++--
 test/graphicOption.html       |  4 ++--
 test/lines-ny-appendData.html |  2 +-
 test/tooltip-touch.html       |  4 ++--
 6 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/extension-src/bmap/README.md b/extension-src/bmap/README.md
index 0bf1ec1..414939a 100644
--- a/extension-src/bmap/README.md
+++ b/extension-src/bmap/README.md
@@ -1,19 +1,19 @@
 ## 百度地图扩展
 
-ECharts 百度地图扩展,可以在百度地图上展现 [点图](http://echarts.baidu.com/option.html#series-scatter),[线图](http://echarts.baidu.com/option.html#series-line),[热力图](http://echarts.baidu.com/option.html#series-heatmap) 等可视化。
+ECharts 百度地图扩展,可以在百度地图上展现 [点图](https://echarts.apache.org/zh/option.html#series-scatter),[线图](https://echarts.apache.org/zh/option.html#series-line),[热力图](https://echarts.apache.org/zh/option.html#series-heatmap) 等可视化。
 
 
 ### 示例
 
-[全国主要城市空气质量](http://echarts.baidu.com/demo.html#effectScatter-bmap)
+[全国主要城市空气质量](https://echarts.apache.org/zh/demo.html#effectScatter-bmap)
 
-[北京公交路线](http://echarts.baidu.com/demo.html#lines-bmap-bus)
+[北京公交路线](https://echarts.apache.org/zh/demo.html#lines-bmap-bus)
 
-[北京公交路线特效](http://echarts.baidu.com/demo.html#lines-bmap-effect)
+[北京公交路线特效](https://echarts.apache.org/zh/demo.html#lines-bmap-effect)
 
-[北京公交路线特效](http://echarts.baidu.com/demo.html#lines-bmap-effect)
+[北京公交路线特效](https://echarts.apache.org/zh/demo.html#lines-bmap-effect)
 
-[杭州热门步行路线](http://echarts.baidu.com/demo.html#heatmap-bmap)
+[杭州热门步行路线](https://echarts.apache.org/zh/demo.html#heatmap-bmap)
 
 
 ### 引入
diff --git a/test/bar-t.html b/test/bar-t.html
index e423c0f..118bd1b 100644
--- a/test/bar-t.html
+++ b/test/bar-t.html
@@ -163,7 +163,7 @@ under the License.
                     // //         myTool2: {
                     // //             show: true,
                     // //             title: '自定义扩展方法2',
-                    // //             icon: 'image://http://echarts.baidu.com/images/favicon.png',
+                    // //             icon: 'image://https://echarts.apache.org/zh/images/favicon.png/images/favicon.png',
                     // //             onclick: function (){
                     // //                 alert('myToolHandler2')
                     // //             }
diff --git a/test/dataZoom-axes.html b/test/dataZoom-axes.html
index da22084..519c411 100644
--- a/test/dataZoom-axes.html
+++ b/test/dataZoom-axes.html
@@ -295,7 +295,7 @@ under the License.
                             id: 'xSlider',
                             name: 'xSlider',
                             show: true,
-                            handleIcon: 'image://http://echarts.baidu.com/images/favicon.png',
+                            handleIcon: 'image://https://echarts.apache.org/zh/images/favicon.png/images/favicon.png',
                             filterMode: args.xFilterMode,
                             xAxisIndex: [0],
                             start: args.xStart,
@@ -304,7 +304,7 @@ under the License.
                         {
                             name: 'ySlider',
                             show: true,
-                            handleIcon: 'image://http://echarts.baidu.com/images/favicon.png',
+                            handleIcon: 'image://https://echarts.apache.org/zh/images/favicon.png/images/favicon.png',
                             filterMode: args.yFitlerMode,
                             yAxisIndex: [0],
                             start: args.yStart,
diff --git a/test/graphicOption.html b/test/graphicOption.html
index 450e98c..e2af119 100644
--- a/test/graphicOption.html
+++ b/test/graphicOption.html
@@ -98,7 +98,7 @@ under the License.
         right: 20,
         top: 'center',
         style: {
-            image: 'http://echarts.baidu.com/images/favicon.png',
+            image: 'https://echarts.apache.org/zh/images/favicon.png/images/favicon.png',
             width: 50,
             height: 50,
             opacity: 0.5
@@ -391,7 +391,7 @@ under the License.
         origin: [75, 75],
         style: {
             fill: '#000',
-            image: 'http://echarts.baidu.com/images/favicon.png',
+            image: 'https://echarts.apache.org/zh/images/favicon.png/images/favicon.png',
             width: 150,
             height: 150,
             opacity: 0.4
diff --git a/test/lines-ny-appendData.html b/test/lines-ny-appendData.html
index bbdf8e6..f0e912c 100644
--- a/test/lines-ny-appendData.html
+++ b/test/lines-ny-appendData.html
@@ -45,7 +45,7 @@ under the License.
         // var dataURL = '../../data-online/figshare_Urban_Road_Network/public/links_ny.bin';
         // var dataURL = '../../echarts-worker/example/data/links_ny.bin';
         // var dataURL = '../../echarts-worker/example/data/Links_NewYork_1.json';
-        // var dataURL = 'http://echarts.baidu.com/resource/data/figshare_Urban_Road_Network/public/Links_NewYork_1.json';
+        // var dataURL = 'https://echarts.apache.org/zh/images/favicon.png/resource/data/figshare_Urban_Road_Network/public/Links_NewYork_1.json';
 
 
         require([
diff --git a/test/tooltip-touch.html b/test/tooltip-touch.html
index 199982c..f619a07 100644
--- a/test/tooltip-touch.html
+++ b/test/tooltip-touch.html
@@ -223,7 +223,7 @@ under the License.
                         axisPointer: {
                             handle: {
                                 show: true,
-                                icon: 'image://http://echarts.baidu.com/images/favicon.png'
+                                icon: 'image://https://echarts.apache.org/zh/images/favicon.png/images/favicon.png'
                             },
                             snap: true,
                             value: 600 // init value
@@ -238,7 +238,7 @@ under the License.
                         axisPointer: {
                             handle: {
                                 show: true,
-                                icon: 'image://http://echarts.baidu.com/images/favicon.png',
+                                icon: 'image://https://echarts.apache.org/zh/images/favicon.png/images/favicon.png',
                                 margin: 70
                             }
                         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org