You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/02/20 09:42:54 UTC

[echarts-doc] branch master updated: fix broken link in example code.

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

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 00b494e  fix broken link in example code.
00b494e is described below

commit 00b494e5e12e55960ec359c6bc8a0b777248391c
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sun Feb 20 17:41:57 2022 +0800

    fix broken link in example code.
---
 zh/option/component/toolbox.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/option/component/toolbox.md b/zh/option/component/toolbox.md
index a993371..b8a92be 100644
--- a/zh/option/component/toolbox.md
+++ b/zh/option/component/toolbox.md
@@ -220,7 +220,7 @@ option = {
             myTool2: {
                 show: true,
                 title: '自定义扩展方法',
-                icon: 'image://http://echarts.baidu.com/images/favicon.png',
+                icon: 'image://https://echarts.apache.org/zh/images/favicon.png',
                 onclick: function (){
                     alert('myToolHandler2')
                 }

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