docs: fix link

This commit is contained in:
Jay V
2025-10-01 19:52:31 -04:00
parent 985fd4d9a8
commit 0691815c0a

View File

@@ -116,7 +116,7 @@ export default function Home() {
</svg> </svg>
</div> </div>
</div> </div>
<A href="/auth"> <a href="/auth">
<span>Get started with Zen </span> <span>Get started with Zen </span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path <path
@@ -126,7 +126,7 @@ export default function Home() {
stroke-linecap="square" stroke-linecap="square"
/> />
</svg> </svg>
</A> </a>
</div> </div>
<div data-slot="pricing-copy"> <div data-slot="pricing-copy">
<p> <p>
@@ -302,7 +302,7 @@ export default function Home() {
<Faq question="How much does Zen cost?"> <Faq question="How much does Zen cost?">
Zen <a href="/docs/zen/#pricing">charges per request</a> with zero markups, so you pay exactly what Zen <a href="/docs/zen/#pricing">charges per request</a> with zero markups, so you pay exactly what
the model provider charges. Your total cost depends on usage, and you can set monthly spend limits in the model provider charges. Your total cost depends on usage, and you can set monthly spend limits in
your <A href="/auth">account</A>. To cover costs, OpenCode adds only a small payment processing fee of your <a href="/auth">account</a>. To cover costs, OpenCode adds only a small payment processing fee of
$1.23 per $20 balance top-up. $1.23 per $20 balance top-up.
</Faq> </Faq>
</li> </li>