From ea2bc1b84c0ca98392f2ed39a79758cb006d2926 Mon Sep 17 00:00:00 2001 From: Thang Minh Vu Date: Fri, 12 Jul 2019 08:38:52 +0900 Subject: [PATCH] docs: update api link (#363) --- README.md | 2 +- README.zh_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2507c5..27a4cdd 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ Vue-ECharts support the following events: * `globalout` * `contextmenu` -For further details, see [ECharts' API documentation](https://ecomfe.github.io/echarts-doc/public/en/api.html). +For further details, see [ECharts' API documentation](https://echarts.apache.org/en/api.html). ## Local development diff --git a/README.zh_CN.md b/README.zh_CN.md index 3416b2f..486d0a3 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -349,7 +349,7 @@ Vue-ECharts 支持如下事件: * `globalout` * `contextmenu` -更多详细信息请参考 [ECharts 的 API 文档](https://ecomfe.github.io/echarts-doc/public/cn/api.html)。 +更多详细信息请参考 [ECharts 的 API 文档](https://echarts.apache.org/zh/api.html)。 ## 本地开发