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 2021/10/24 16:40:14 UTC

[echarts-handbook] branch master updated: fix echarts script url(#20)

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


The following commit(s) were added to refs/heads/master by this push:
     new 6fd9aa4  fix echarts script url(#20)
6fd9aa4 is described below

commit 6fd9aa419b4a51c5a95cf764a7ba57ccc5dd8639
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Mon Oct 25 00:40:09 2021 +0800

    fix echarts script url(#20)
---
 contents/en/get-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/get-started.md b/contents/en/get-started.md
index 7b70e6c..b92c799 100644
--- a/contents/en/get-started.md
+++ b/contents/en/get-started.md
@@ -45,7 +45,7 @@ Then you can initialize an echarts instance with the [echarts.init](${mainSitePa
     <meta charset="utf-8" />
     <title>ECharts</title>
     <!-- Include the ECharts file you just downloaded -->
-    <script src="echarts.min.js"></script>
+    <script src="echarts.js"></script>
   </head>
   <body>
     <!-- Prepare a DOM with a defined width and height for ECharts -->

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