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 0b1df18  fix(tutorial): fix unexpected zh link in en version of 
`upgrade-guide-v5`.
0b1df18 is described below

commit 0b1df1846c588517a21c107bf425ab8fc1dbf903
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Mon Jan 25 13:13:17 2021 +0800

    fix(tutorial): fix unexpected zh link in en version of `upgrade-guide-v5`.
---
 en/tutorial/upgrade-guide-v5.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/tutorial/upgrade-guide-v5.md b/en/tutorial/upgrade-guide-v5.md
index ff73a6f..26f26de 100644
--- a/en/tutorial/upgrade-guide-v5.md
+++ b/en/tutorial/upgrade-guide-v5.md
@@ -4,7 +4,7 @@
 
 This guide is for those who want to upgrade from echarts 4.x (hereafter `v4`) 
to echarts 5.x (hereafter `v5`). You can find out what new features `v5` brings 
that are worth upgrading in [New Features in ECharts 
5](tutorial.html#ECharts%205%20Upgrade%20Guide). In most cases, developers 
won't need to do anything extra for this upgrade, as echarts has always tried 
to keep the API as stable and backward-compatible as possible. However, `v5` 
still brings some breaking changes that require spe [...]
 
-Since we added the new [tree-shaking 
API](tutorial.html#%E5%9C%A8%E6%89%93%E5%8C%85%E7%8E%AF%E5%A2%83%E4%B8%AD%E4%BD%BF%E7%94%A8%20ECharts)
 in `v5.0.1`, this documentation is based on `v5.0.1` or higher.
+Since we added the new [tree-shaking 
API](tutorial.html#Use%20ECharts%20with%20bundler%20and%20NPM) in `v5.0.1`, 
this documentation is based on `v5.0.1` or higher.
 
 
 ## Breaking Changes
@@ -58,7 +58,7 @@ import * as echarts from 'echarts/lib/echarts';
 
 ##### tree-shaking API
 
-In 5.0.1, we introduced the new [tree-shaking 
API](tutorial.html#%E5%9C%A8%E6%89%93%E5%8C%85%E7%8E%AF%E5%A2%83%E4%B8%AD%E4%BD%BF%E7%94%A8%20ECharts)
+In 5.0.1, we introduced the new [tree-shaking 
API](tutorial.html#Use%20ECharts%20with%20bundler%20and%20NPM)
 
 ```js
 import * as echarts from 'echarts/core';


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

Reply via email to