diff options
Diffstat (limited to 'apps/docs/introduction.mdx')
| -rw-r--r-- | apps/docs/introduction.mdx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/docs/introduction.mdx b/apps/docs/introduction.mdx index a56eb603..197586d6 100644 --- a/apps/docs/introduction.mdx +++ b/apps/docs/introduction.mdx @@ -38,12 +38,12 @@ export const HeroCard = ({ imageUrl, title, description, href }) => { imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/40fe287e-b392-4bd6-9fc5-128ef674ca00/public" title="Memory APIs" description="Use our hyper fast, scalable and composable APIs for memory and RAG" - href="/how-it-works" + href="/intro" /> <HeroCard - imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/eda8b2fd-9633-4e93-c6bd-10b44be75e00/public" - title="Model Enhancer (Infinite chat)" + imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/9af9572c-9f8d-42d8-f7d0-503a5f87a300/public" + title="User profiles" description="One line to add memory to your app. Supercharge your LLM with supermemory's intelligent context management." href="/memory-router/overview" /> @@ -56,7 +56,7 @@ export const HeroCard = ({ imageUrl, title, description, href }) => { /> <HeroCard - imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/9af9572c-9f8d-42d8-f7d0-503a5f87a300/public" + imageUrl="https://imagedelivery.net/_Zs8NCbSWCQ8-iurXrWjBg/eda8b2fd-9633-4e93-c6bd-10b44be75e00/public" title="Cookbooks" description="Get started with supermemory with tutorials and examples" href="/cookbook/overview" |