diff --git a/app/sites/[id]/pagespeed/page.tsx b/app/sites/[id]/pagespeed/page.tsx index c0eade6..f7ea5a6 100644 --- a/app/sites/[id]/pagespeed/page.tsx +++ b/app/sites/[id]/pagespeed/page.tsx @@ -786,12 +786,14 @@ function AuditDescription({ text }: { text: string }) { {parts.map((part, i) => { const match = part.match(/^\[([^\]]+)\]\(([^)]+)\)$/) if (match) { + const href = remapLearnUrl(match[2]) + const isCiphera = href.startsWith('https://ciphera.net') return ( {match[1]}