Skip to content

Commit a565be0

Browse files
[website] Fix wrong link in pricing table (@zanivan) (#43143)
1 parent b6b702f commit a565be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/pricing/PricingTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function PlanPrice(props: PlanPriceProps) {
163163
No extra fees for orders with over 10 devs 
164164
<span>
165165
<Tooltip title="Our pricing policies are changing. Read more on our blog.">
166-
<Link href="https://mui.com/pricing">
166+
<Link href="/blog/mui-x-sep-2024-price-update/">
167167
by Aug 30
168168
<OpenInNewRoundedIcon sx={{ fontSize: '16px', ml: 0.5 }} />
169169
</Link>
@@ -245,7 +245,7 @@ export function PlanPrice(props: PlanPriceProps) {
245245
🐦 Early Bird: <strong>25% off</strong> if ordered &nbsp;
246246
<span>
247247
<Tooltip title="Our pricing policies are changing. Read more on our blog.">
248-
<Link href="https://mui.com/pricing">
248+
<Link href="/blog/mui-x-sep-2024-price-update/">
249249
by Aug 30
250250
<OpenInNewRoundedIcon sx={{ fontSize: '16px', ml: 0.5 }} />{' '}
251251
</Link>

0 commit comments

Comments
 (0)