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/04/29 09:38:46 UTC

[echarts-bot] branch master updated: fix codesandbox url

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-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 0efbbd9  fix codesandbox url
0efbbd9 is described below

commit 0efbbd99c475990c4d957611e2e707ef3f910bb0
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Fri Apr 29 17:38:17 2022 +0800

    fix codesandbox url
---
 src/text.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/text.js b/src/text.js
index 5a037fd..7815219 100644
--- a/src/text.js
+++ b/src/text.js
@@ -40,7 +40,7 @@ AT_ISSUE_AUTHOR Would you like to debug it by yourself? This is a quicker way to
 Please have a look at [How to debug ECharts](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md#how-to-debug-echarts) if you'd like to give a try. 🤓`;
 
 const MISSING_DEMO =
-    `AT_ISSUE_AUTHOR Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , or https://codesandbox.io/s/mystifying-bash-2uthz.`;
+    `AT_ISSUE_AUTHOR Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , or https://codesandbox.io/s/echarts-basic-example-template-mpfz1s .`;
 
 const ISSUE_TAGGED_PRIORITY_HIGH =
     `This issue is labeled with \`priority: high\`, which means it's a frequently asked problem and we will fix it ASAP.`;


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