You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/12/04 02:34:09 UTC

[incubator-echarts-www] branch master updated: fix bmap extension location

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac37153  fix bmap extension location
ac37153 is described below

commit ac37153e798557b9c6dac8a480ffef6428025fa5
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Dec 4 10:33:30 2020 +0800

    fix bmap extension location
---
 config/common.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/common.js b/config/common.js
index d7ef756..53d4d78c 100644
--- a/config/common.js
+++ b/config/common.js
@@ -347,7 +347,7 @@ module.exports = {
         }, {
             image: 'bmap.jpg',
             name: '百度地图',
-            website: 'https://github.com/ecomfe/echarts/tree/master/extension/bmap',
+            website: 'https://github.com/apache/incubator-echarts/tree/master/extension-src/bmap',
             authors: [{
                 name: '沈毅',
                 website: 'https://github.com/pissang'


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