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 7ac5d5f chore: tweak some links
7ac5d5f is described below
commit 7ac5d5fcabe587a41b343fbec487a0c6e3bebc85
Author: plainheart <[email protected]>
AuthorDate: Tue Oct 3 13:27:52 2023 +0800
chore: tweak some links
---
contents/en/basics/help.md | 2 +-
contents/zh/basics/help.md | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/contents/en/basics/help.md b/contents/en/basics/help.md
index 6f40f87..fc7958a 100644
--- a/contents/en/basics/help.md
+++ b/contents/en/basics/help.md
@@ -29,7 +29,7 @@ If some behavior is different from the documentation or isn't
what you expected,
#### How-To Questions
-If it's not a bug, but you don't know how to achieve something, try the <a
href="https://stackoverflow.com">stackoverflow.com</a>
+If it's not a bug, but you don't know how to achieve something, try the <a
href="https://stackoverflow.com/questions/tagged/echarts">stackoverflow.com</a>
If you don't get an answer, you can also send an email to
[[email protected]](mailto:[email protected]). In order for more
people to understand your question and to get help in future searches, it is
highly recommended to write the email in English.
diff --git a/contents/zh/basics/help.md b/contents/zh/basics/help.md
index a0e0813..be1e745 100644
--- a/contents/zh/basics/help.md
+++ b/contents/zh/basics/help.md
@@ -8,10 +8,10 @@ ECharts 有非常大量的用户,所以你遇到过的问题很可能别人在
因此,在做其他操作前,请确保现有文档等资料无法解决你的问题。可以尝试查看或搜索的资料包括:
-- [API](${mainSitePath}/api.html)
-- [配置项手册](${mainSitePath}/option.html):可以尝试使用搜索功能
+- [API](${mainSitePath}api.html)
+- [配置项手册](${mainSitePath}option.html):可以尝试使用搜索功能
- 本手册的文章
-- [常见问题](${mainSitePath}/faq.html)
+- [常见问题](${mainSitePath}faq.html)
- 在 [GitHub issue](https://github.com/apache/echarts/issues) 中搜索关键字
- 使用搜索引擎搜索关键字
@@ -29,7 +29,7 @@ ECharts 有非常大量的用户,所以你遇到过的问题很可能别人在
#### 咨询类问题
-如果不是 bug,而是不知道如何实现某种效果,可以尝试在 <a
href="https://stackoverflow.com">stackoverflow.com</a>、<a
href="https://www.oschina.net/question/tag/echarts">开源中国</a> 或 <a
href="https://segmentfault.com/t/echarts">segmentfault.com</a> 等问答平台上提问。
+如果不是 bug,而是不知道如何实现某种效果,可以尝试在 <a
href="https://stackoverflow.com/questions/tagged/echarts">stackoverflow.com</a>、<a
href="https://www.oschina.net/question/tag/echarts">开源中国</a> 或 <a
href="https://segmentfault.com/t/echarts">SegmentFault 思否</a> 等问答平台上提问。
如果没能得到答复,也可以发送邮件至邮件组
[[email protected]](mailto:[email protected])。为了让更多人理解你的问题,并且在将来搜索的时候得到帮助,强烈建议使用英文发送邮件。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]