You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/08/21 16:14:36 UTC

[shardingsphere-elasticjob] branch master updated: Correct hyperlink in document FAQ (#1397)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 732d684  Correct hyperlink in document FAQ (#1397)
732d684 is described below

commit 732d68450860c054f96f9b7fc06129fc17f2b5eb
Author: 吴伟杰 <ro...@me.com>
AuthorDate: Sat Aug 22 00:14:22 2020 +0800

    Correct hyperlink in document FAQ (#1397)
---
 docs/content/faq/_index.cn.md | 4 ++--
 docs/content/faq/_index.en.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content/faq/_index.cn.md b/docs/content/faq/_index.cn.md
index 17d680d..2a209f5 100644
--- a/docs/content/faq/_index.cn.md
+++ b/docs/content/faq/_index.cn.md
@@ -9,7 +9,7 @@ chapter = true
 
 回答:
 
-ElasticJob 使用 lombok 实现极简代码。关于更多使用和安装细节,请参考 [lombok 官网](https://projectlombok.org/download.html)。
+ElasticJob 使用 lombok 实现极简代码。关于更多使用和安装细节,请参考 [lombok 官网](https://projectlombok.org/download)。
 
 ## 2. 是否支持动态添加作业?
 
@@ -61,7 +61,7 @@ ElasticJob-Lite 提出了 overwrite 概念,可通过 JobConfiguration 或 Spri
 
 分布式问题非常难于调试和重现,为此 ElasticJob-Lite 提供了 dump 命令。
 
-如果您怀疑某些场景出现问题,可参照[作业信息导出](/cn/user-manual/elasticjob-lite/usage/)将作业运行时信息提交至社区。
+如果您怀疑某些场景出现问题,可参照[作业信息导出](/cn/user-manual/elasticjob-lite/operation/dump/)将作业运行时信息提交至社区。
 ElasticJob 已将 IP 地址等敏感信息过滤,导出的信息可在公网安全传输。
 
 ## 7. ElasticJob-Cloud 有何使用限制?
diff --git a/docs/content/faq/_index.en.md b/docs/content/faq/_index.en.md
index d8875a1..338b8fc 100644
--- a/docs/content/faq/_index.en.md
+++ b/docs/content/faq/_index.en.md
@@ -9,7 +9,7 @@ chapter = true
 
 Answer:
 
-`ElasticJob` uses `lombok` to enable minimal coding. For more details about using and installment, please refer to the official website of [lombok](https://projectlombok.org/download.html).
+`ElasticJob` uses `lombok` to enable minimal coding. For more details about using and installment, please refer to the official website of [lombok](https://projectlombok.org/download).
 
 ## 2. Does ElasticJob support dynamically adding jobs?
 
@@ -61,7 +61,7 @@ Answer:
 
 Distributed problems are very difficult to debug and reproduce. For this reason, `ElasticJob-Lite` provides the `dump` command.
 
-If you suspect a problem in some scenarios, you can refer to the [dump](/en/user-manual/dump/) document to submit the job runtime information to the community.
+If you suspect a problem in some scenarios, you can refer to the [dump](/en/user-manual/elasticjob-lite/operation/dump/) document to submit the job runtime information to the community.
 `ElasticJob` has filtered sensitive information such as `IP`, and the dump file can be safely transmitted on the Internet.
 
 ## 7. What are the usage restrictions of `ElasticJob-Cloud`?