This is an automated email from the ASF dual-hosted git repository.
RongtongJin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new a705dbcb1a [ISSUE #10393] Fix outdated FAQ documentation URL in FAQUrl
(#10394)
a705dbcb1a is described below
commit a705dbcb1a36aa1b926978c04371d1275be456e8
Author: majialong <[email protected]>
AuthorDate: Fri May 29 13:49:42 2026 +0800
[ISSUE #10393] Fix outdated FAQ documentation URL in FAQUrl (#10394)
* [ISSUE #10201] Fix outdated FAQ documentation URL in FAQUrl
* Update faq url
---
common/src/main/java/org/apache/rocketmq/common/help/FAQUrl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/src/main/java/org/apache/rocketmq/common/help/FAQUrl.java
b/common/src/main/java/org/apache/rocketmq/common/help/FAQUrl.java
index 7154b3f169..3159ebc508 100644
--- a/common/src/main/java/org/apache/rocketmq/common/help/FAQUrl.java
+++ b/common/src/main/java/org/apache/rocketmq/common/help/FAQUrl.java
@@ -18,7 +18,7 @@ package org.apache.rocketmq.common.help;
public class FAQUrl {
- public static final String DEFAULT_FAQ_URL =
"https://rocketmq.apache.org/docs/bestPractice/06FAQ";
+ public static final String DEFAULT_FAQ_URL =
"https://rocketmq.apache.org/docs/faq/";
public static final String APPLY_TOPIC_URL = DEFAULT_FAQ_URL;