浏览代码

Update integrations.ts

Stefan Pejcic 1 年之前
父节点
当前提交
16ccef14da
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      documentation/src/assets/integrations.ts

+ 2 - 2
documentation/src/assets/integrations.ts

@@ -454,7 +454,7 @@ export const integrations: IntegrationsType = {
             name: "WHMCS Module",
             icon: WHMCS,
             description: "Integrate with the leading web hosting management and billing software.",
-            url: "https://community.openpanel.co/",
+            url: "https://openpanel.co/docs/changelog/0.1.7/#whmcs-module",
             status: "stable",
         },
         {
@@ -462,7 +462,7 @@ export const integrations: IntegrationsType = {
             icon: API,
             description:
                 "Our powerful RESTful API allows you to integrate with 3rd party systems you already use.",
-            url: "/docs/admin/customize/api/",
+            url: "https://dev.openpanel.co/api/",
             status: "stable",
         },
     ],