diff --git a/SECURITY.md b/SECURITY.md
index 2f2ce1d50..5a119c625 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -5,8 +5,7 @@ JumpServer 是一款正在成长的安全产品, 请参考 [基本安全建议
 如果你发现安全问题,请直接联系我们,我们携手让世界更好:
 
 - ibuler@fit2cloud.com
-- support@fit2cloud.com
-- 400-052-0755
+- support@lxware.hk
 
 
 # Security Policy
@@ -16,6 +15,5 @@ JumpServer is a security product, The installation and development should follow
 All security bugs should be reported to the contact as below:
 
 - ibuler@fit2cloud.com
-- support@fit2cloud.com
-- 400-052-0755
+- support@lxware.hk
 
diff --git a/apps/jumpserver/conf.py b/apps/jumpserver/conf.py
index 359734d4e..31b9e1668 100644
--- a/apps/jumpserver/conf.py
+++ b/apps/jumpserver/conf.py
@@ -664,8 +664,8 @@ class Config(dict):
         'TERMINAL_TELNET_REGEX': '',
 
         # 导航栏 帮助
-        'HELP_DOCUMENT_URL': 'https://docs.jumpserver.org/zh/v3/',
-        'HELP_SUPPORT_URL': 'https://www.jumpserver.org/support/',
+        'HELP_DOCUMENT_URL': 'https://jumpserver.com/docs',
+        'HELP_SUPPORT_URL': 'https://www.lxware.hk/pages/about',
 
         'FORGOT_PASSWORD_URL': '',
         'HEALTH_CHECK_TOKEN': '',
diff --git a/apps/jumpserver/views/swagger.py b/apps/jumpserver/views/swagger.py
index 5a18b30f1..d7b8c05a8 100644
--- a/apps/jumpserver/views/swagger.py
+++ b/apps/jumpserver/views/swagger.py
@@ -54,7 +54,7 @@ api_info = openapi.Info(
     default_version='v1',
     description="JumpServer Restful api docs",
     terms_of_service="https://www.jumpserver.org",
-    contact=openapi.Contact(email="support@fit2cloud.com"),
+    contact=openapi.Contact(email="support@lxware.hk"),
     license=openapi.License(name="GPLv3 License"),
 )