Skip to content

Commit

Permalink
👌 IMPROVE: Examples and Types
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 28, 2024
1 parent debad87 commit fc2340b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/components/langbase/generate-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function GenerateTextExample() {
1. Generate Text{' '}
<a
className="text-indigo-500"
href="https://langbase.com/docs"
href="https://langbase.com/docs/langbase-sdk/generate-text"
>
`generateText()`
</a>{' '}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/components/langbase/stream-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function StreamTextExample() {
2. Stream Text{' '}
<a
className="text-indigo-500"
href="https://langbase.com/docs"
href="https://langbase.com/docs/langbase-sdk/stream-text"
>
`streamText()`
</a>{' '}
Expand Down

0 comments on commit fc2340b

Please sign in to comment.