From 46743af1ba5a1c5b6a0fb4bfbecc78c3a2d81156 Mon Sep 17 00:00:00 2001 From: Roberto Aranda <roberto.aranda@automattic.com> Date: Tue, 3 Dec 2024 09:12:15 +0100 Subject: [PATCH] Performance Profiler: Update the Learn More link in the Migration banner --- .../performance-profiler/components/migration-banner/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/performance-profiler/components/migration-banner/index.tsx b/client/performance-profiler/components/migration-banner/index.tsx index f6e18923ceeed..b818cd1fe9faa 100644 --- a/client/performance-profiler/components/migration-banner/index.tsx +++ b/client/performance-profiler/components/migration-banner/index.tsx @@ -61,7 +61,7 @@ export const MigrationBanner = ( props: { url: string; onClick: () => void } ) = <Button variant="secondary" className="outlined-button" - href="https://wordpress.com/hosting/" + href="https://wordpress.com/move/?ref=performance-profiler-lp" target="_blank" > { translate( 'Learn More' ) }