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-www.git
The following commit(s) were added to refs/heads/master by this push:
new 260b568 fix: use en links for en index page.
260b568 is described below
commit 260b568adad49fcc05107c470dbb1f03b2d7104a
Author: plainheart <[email protected]>
AuthorDate: Mon Jan 25 13:45:02 2021 +0800
fix: use en links for en index page.
---
_jade/en/index.jade | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_jade/en/index.jade b/_jade/en/index.jade
index f5b67a4..eb34815 100644
--- a/_jade/en/index.jade
+++ b/_jade/en/index.jade
@@ -20,13 +20,13 @@ block content
.home-brand Apache ECharts
.home-subtitle An Open Source JavaScript Visualiztion
Library
.home-btn-panel
-
a.btn.btn-main.btn-index-home(href='#{host}/tutorial.html#5%20ειδΈζ%20ECharts')
+
a.btn.btn-main.btn-index-home(href='#{host}/tutorial.html#Get%20Started%20with%20ECharts%20in%205%20minutes')
include ../components/svg/index-learn
span Get Started
-
a.btn.btn-main.btn-index-home(href='#{host}/examples/zh/index.html')
+
a.btn.btn-main.btn-index-home(href='#{host}/examples/en/index.html')
include ../components/svg/index-example
span Demo
-
a.btn.btn-main.btn-index-home.btn-index-github(href='https://github.com/apache/incubator-echarts',
target='_blank')
+
a.btn.btn-main.btn-index-home.btn-index-github(href='https://github.com/apache/echarts',
target='_blank')
include ../components/svg/github
+svgGithub('#081642')
.home-chart
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]