[ROCKETMQ-29] org.apache.rocketmq.common.help.FAQUrl refers to docs in Chinese


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/ef71e62a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/ef71e62a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/ef71e62a

Branch: refs/heads/master
Commit: ef71e62acfb72ca1b79dc9a3c7db7dcd2ae94fc2
Parents: cd01f71
Author: stevenschew <stevensc...@apache.org>
Authored: Mon Jan 23 14:51:11 2017 +0800
Committer: stevenschew <stevensc...@apache.org>
Committed: Mon Jan 23 14:51:11 2017 +0800

----------------------------------------------------------------------
 .../org/apache/rocketmq/common/help/FAQUrl.java | 26 ++++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/ef71e62a/common/src/main/java/org/apache/rocketmq/common/help/FAQUrl.java
----------------------------------------------------------------------
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 c9f5749..eea0da1 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
@@ -19,44 +19,44 @@ package org.apache.rocketmq.common.help;
 public class FAQUrl {
 
     public static final String APPLY_TOPIC_URL = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&topic_not_exist";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String NAME_SERVER_ADDR_NOT_EXIST_URL = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&namesrv_not_exist";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String GROUP_NAME_DUPLICATE_URL = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&group_duplicate";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String CLIENT_PARAMETER_CHECK_URL = //
-        
"http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&parameter_check_failed";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String SUBSCRIPTION_GROUP_NOT_EXIST = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&subGroup_not_exist";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String CLIENT_SERVICE_NOT_OK = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&service_not_ok";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     // FAQ: No route info of this topic, TopicABC
     public static final String NO_TOPIC_ROUTE_INFO = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&topic_not_exist";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String LOAD_JSON_EXCEPTION = //
-        
"http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&load_json_exception";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String SAME_GROUP_DIFFERENT_TOPIC = //
-        
"http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&subscription_exception";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String MQLIST_NOT_EXIST = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&queue_not_exist";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String UNEXPECTED_EXCEPTION_URL = //
-        
"http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&unexpected_exception";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String SEND_MSG_FAILED = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&send_msg_failed";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     public static final String UNKNOWN_HOST_EXCEPTION = //
-        "http://docs.aliyun.com/cn#/pub/ons/faq/exceptions&unknown_host";;
+        "http://rocketmq.apache.org/docs/faq/";;
 
     private static final String TIP_STRING_BEGIN = "\nSee ";
     private static final String TIP_STRING_END = " for further details.";

Reply via email to