diff --git a/packages/core/constants/vps/amd.ts b/packages/core/constants/vps/amd.ts index 85c71aa..e5be962 100644 --- a/packages/core/constants/vps/amd.ts +++ b/packages/core/constants/vps/amd.ts @@ -20,7 +20,7 @@ export const AMD_PLANS: VpsPlanSpec[] = [ bandwidth: { amount: 1, unit: "GB" }, uplink: { amount: 1, unit: "Gbps" }, ddos: { layers: [3, 4, 7], autoOn: true }, - url: "https://billing.nodebyte.host/products/amdvps/base-rg1-2gb", + url: "https://billing.nodebyte.host/products/amdvps/2gb-r71700x", }, { id: "4GB-R71700X", @@ -138,4 +138,4 @@ export const AMD_SPECS = [ { icon: "Network" as const, label: "Network", value: "1 Gbps Uplink" }, { icon: "Shield" as const, label: "Protection", value: "Enterprise DDoS" }, { icon: "Terminal" as const, label: "Access", value: "Full Root / SSH" }, -] \ No newline at end of file +]