Skip to content

Commit 04f7d0c

Browse files
kodster28sdnts
authored andcommitted
[Chore] Fix migration issues (cloudflare#22700)
1 parent eeb0ff8 commit 04f7d0c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/components/HomepageHero.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ if (image) {
4646
<div class="sl-flex copy">
4747
<div class="sl-flex copy links space-x-4">
4848
<a href="/products/">Products</a>
49-
<a href="/fundamentals/subscriptions-and-billing/"
50-
>Subscriptions and billing</a
51-
>
49+
<a href="/billing/">Subscriptions and billing</a>
5250
<a href="/api/">API</a>
5351
<a href="/changelog/">Changelog</a>
5452
<a href="/glossary/">Glossary</a>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Account and Billing
1+
name: Account
22

33
product:
4-
title: Account and Billing
4+
title: Account
55
group: Core platform
6-
url: /fundamentals/subscriptions-and-billing/
6+
url: /fundamentals/setup/account/
77

88
meta:
9-
description: Manage account billing and subscriptions.
9+
description: Manage your Cloudflare account.

0 commit comments

Comments
 (0)