Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Nov 2, 2024
2 parents 571c114 + f5b7ae1 commit 97ab325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/(app)/ratelimits/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default async function RatelimitOverviewPage() {
<CopyButton value={snippet} />
</Code>
<div className="flex flex-col items-center justify-center gap-2 md:flex-row">
<Link href="/docs" target="_blank">
<Link href="/docs/ratelimiting/introduction" target="_blank">
<Button variant="secondary" className="items-center w-full gap-2 ">
<BookOpen className="w-4 h-4 " />
Read the docs
Expand Down

0 comments on commit 97ab325

Please sign in to comment.