Browse Source

fix(doc): https=>http

lind 3 năm trước cách đây
mục cha
commit
34fd48cf71
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/RightContent/index.tsx

+ 1 - 1
src/components/RightContent/index.tsx

@@ -55,7 +55,7 @@ const GlobalHeaderRight: React.FC = () => {
       <span
         className={styles.action}
         onClick={() => {
-          window.open('https://doc.jetlinks.cn');
+          window.open('http://doc.jetlinks.cn');
         }}
       >
         <QuestionCircleOutlined />