Browse Source

Update integrations.ts

Stefan Pejcic 1 year ago
parent
commit
16ccef14da
1 changed files with 2 additions and 2 deletions
  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",
             name: "WHMCS Module",
             icon: WHMCS,
             icon: WHMCS,
             description: "Integrate with the leading web hosting management and billing software.",
             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",
             status: "stable",
         },
         },
         {
         {
@@ -462,7 +462,7 @@ export const integrations: IntegrationsType = {
             icon: API,
             icon: API,
             description:
             description:
                 "Our powerful RESTful API allows you to integrate with 3rd party systems you already use.",
                 "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",
             status: "stable",
         },
         },
     ],
     ],