Update integrations.ts

This commit is contained in:
Stefan Pejcic 2024-05-09 15:48:58 +02:00 committed by GitHub
parent 193728c202
commit 16ccef14da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
}, },
], ],