docs: fix broken "Control your costs" link in billing overview#42906
Conversation
The "Control your costs" link in the billing overview page had an empty URL, rendering it as a non-functional link. Added the correct path to the existing cost-control page.
|
Thanks for contributing to Supabase! ❤️ Our team will review your PR. A few tips for a smoother review process:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@yogeshwaran-c is attempting to deploy a commit to the Supabase Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 Summary by CodeRabbit
WalkthroughA hyperlink in the billing documentation was updated to point to a valid navigation target. The "Control your costs" link was changed from an empty reference to the path Suggested labels
Comment |
7ttp
left a comment
There was a problem hiding this comment.
thanks @yogeshwaran-c 💚🙌
LGTM!
ChrisChinchilla
left a comment
There was a problem hiding this comment.
Oh wow, thanks @yogeshwaran-c
Braintrust eval report
|
What kind of change does this PR introduce?
Documentation fix
What is the current behavior?
In
apps/docs/content/guides/platform/billing-on-supabase.mdx, the "Control your costs" link has an empty URL ([Control your costs]()), making it non-functional. Users clicking this link are not taken to the cost control documentation.What is the new behavior?
The link now correctly points to
/docs/guides/platform/cost-control, which is the existing page that covers Spend Cap, Billing Alerts, and other cost control features.Additional context
The other two links in the same list (
Your monthly invoiceandManage your usage) already have correct URLs. This appears to be an oversight where the cost-control page was created but the link in the billing overview was not updated.