mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix broken link on pricing page (#10847)
* fix: update broken pricing link to /models page * Update apps/web-roo-code/src/app/pricing/page.tsx --------- Co-authored-by: Roo Code <roomote@roocode.com> Co-authored-by: Bruno Bergher <bruno@roocode.com>
This commit is contained in:
parent
06039400cd
commit
ead1658441
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ export default function PricingPage() {
|
|||
<li>
|
||||
To pay for AI model inference costs (
|
||||
<a
|
||||
href="https://app.roocode.com/provider/pricing"
|
||||
href="/provider"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="underline">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue