From 914a543545c210a15b00708fadb8076ff7ba869d Mon Sep 17 00:00:00 2001 From: Adrian Miesikowski Date: Wed, 18 Feb 2026 11:39:39 +0100 Subject: [PATCH] fix: update OVH buy link pattern for direct domain checkout --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 58247c5..0f909d1 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@ function registrarDomainUrl(name, domain){ if(n.includes('cyber')) return `https://cyberfolks.pl/domeny-rejestracja/?slowa=${d}`; if(n.includes('home.pl')) return `https://home.pl/szukaj/?query=${d}`; if(n.includes('nazwa')) return `https://www.nazwa.pl/sprawdz-domene/?domain=${d}`; - if(n.includes('ovh')) return `https://www.ovhcloud.com/pl/domains/?domain=${d}`; + if(n.includes('ovh')) return `https://order.eu.ovhcloud.com/pl/order/webcloud/?#/webCloud/domain/select?selection=~()&domain=${d}`; if(n.includes('aftermarket')) return `https://aftermarket.pl/szukaj/${d}`; if(n.includes('porkbun')) return `https://porkbun.com/checkout/search?q=${d}`; return domainCheckUrl(domain);