diff options
| author | Dhravya Shah <[email protected]> | 2026-01-18 16:55:32 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-18 16:55:32 -0800 |
| commit | 87b361c26bf5fc16049cd2727825891aa14b8e8b (patch) | |
| tree | c2f9f4f6223a7c1734578b772a16490ba2eb8b96 /apps/docs/user-profiles/examples.mdx | |
| parent | Add Claude Code GitHub Workflow (#681) (diff) | |
| download | supermemory-87b361c26bf5fc16049cd2727825891aa14b8e8b.tar.xz supermemory-87b361c26bf5fc16049cd2727825891aa14b8e8b.zip | |
docs changes (#678)
Co-authored-by: Claude Opus 4.5 <[email protected]>
Diffstat (limited to 'apps/docs/user-profiles/examples.mdx')
| -rw-r--r-- | apps/docs/user-profiles/examples.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/docs/user-profiles/examples.mdx b/apps/docs/user-profiles/examples.mdx index 496f905f..aa3b796b 100644 --- a/apps/docs/user-profiles/examples.mdx +++ b/apps/docs/user-profiles/examples.mdx @@ -362,6 +362,6 @@ const result = await generateText({ // Model automatically has access to user's profile! ``` -<Card title="AI SDK User Profiles" icon="triangle" href="/ai-sdk/user-profiles"> +<Card title="AI SDK User Profiles" icon="triangle" href="/integrations/ai-sdk"> Learn more about automatic profile injection with the AI SDK </Card> |