diff options
| -rw-r--r-- | CONTRIBUTING.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | apps/browser-extension/entrypoints/popup/App.tsx | 2 | ||||
| -rw-r--r-- | apps/docs/cookbook/overview.mdx | 6 | ||||
| -rw-r--r-- | apps/docs/docs.json | 7 | ||||
| -rw-r--r-- | apps/docs/memory-api/sdks/overview.mdx | 2 | ||||
| -rw-r--r-- | apps/docs/migration/from-mem0.mdx | 2 |
7 files changed, 10 insertions, 13 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42e9316b..1b040e8d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -282,7 +282,7 @@ For feature requests, please provide: - **Discord**: Join our community server - **GitHub Discussions**: For questions and ideas - **Issues**: For bug reports and feature requests -- **Email**: [[email protected]](mailto:[email protected]) +- **Email**: [[email protected]](mailto:[email protected]) ## 📄 License @@ -42,7 +42,7 @@ Go to [app.supermemory.ai](https://app.supermemory.ai) and sign into with your a Have questions or feedback? We're here to help: -- Email: [[email protected]](mailto:[email protected]) +- Email: [[email protected]](mailto:[email protected]) - Documentation: [docs.supermemory.ai](https://docs.supermemory.ai) ## Contributing diff --git a/apps/browser-extension/entrypoints/popup/App.tsx b/apps/browser-extension/entrypoints/popup/App.tsx index 06aee4a4..d190716e 100644 --- a/apps/browser-extension/entrypoints/popup/App.tsx +++ b/apps/browser-extension/entrypoints/popup/App.tsx @@ -657,7 +657,7 @@ function App() { <button className="bg-transparent border-none text-blue-500 cursor-pointer underline text-sm p-0 hover:text-blue-700" onClick={() => { - window.open("mailto:[email protected]", "_blank") + window.open("mailto:[email protected]", "_blank") }} type="button" > diff --git a/apps/docs/cookbook/overview.mdx b/apps/docs/cookbook/overview.mdx index be320f56..b1ee9b35 100644 --- a/apps/docs/cookbook/overview.mdx +++ b/apps/docs/cookbook/overview.mdx @@ -28,7 +28,7 @@ The Supermemory Cookbook provides complete, production-ready examples that show ## Coming Soon -We're working on more comprehensive recipes. Have a suggestion? [Let us know!](mailto:[email protected]) +We're working on more comprehensive recipes. Have a suggestion? [Let us know!](mailto:[email protected]) <CardGroup cols={2}> <Card title="Research Assistant" icon="search" color="#gray"> @@ -55,10 +55,10 @@ Can't find what you're looking for? - Browse [Search Examples](/search/examples/document-search) for specific feature usage - Check the [AI SDK Examples](/cookbook/ai-sdk-integration) for complete implementations -- Reach out to [support](mailto:[email protected]) for help +- Reach out to [support](mailto:[email protected]) for help ## Contributing Recipes Have a great Supermemory use case? We'd love to add it to the cookbook! -[Suggest a recipe →](mailto:[email protected]?subject=Cookbook%20Recipe%20Suggestion) +[Suggest a recipe →](mailto:[email protected]?subject=Cookbook%20Recipe%20Suggestion) diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 9ccea103..26725632 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -42,7 +42,7 @@ "navbar": { "links": [ { - "href": "mailto:[email protected]", + "href": "mailto:[email protected]", "label": "Support" } ], @@ -158,10 +158,7 @@ }, { "group": "Integrations with no-code tools", - "pages": [ - "n8n", - "zapier" - ] + "pages": ["n8n", "zapier"] }, { "group": "Migration Guides", diff --git a/apps/docs/memory-api/sdks/overview.mdx b/apps/docs/memory-api/sdks/overview.mdx index c0f536b5..84719016 100644 --- a/apps/docs/memory-api/sdks/overview.mdx +++ b/apps/docs/memory-api/sdks/overview.mdx @@ -18,7 +18,7 @@ title: "Overview" Use supermemory with the python and javascript OpenAI SDKs </Card> - <Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]"> + <Card title="Request more plugins" icon="life-buoy" href="mailto:[email protected]"> We will add support for your favorite SDKs asap. </Card> </Columns> diff --git a/apps/docs/migration/from-mem0.mdx b/apps/docs/migration/from-mem0.mdx index 5a6ccb83..79740ae2 100644 --- a/apps/docs/migration/from-mem0.mdx +++ b/apps/docs/migration/from-mem0.mdx @@ -292,7 +292,7 @@ response = client.chat.completions.create( </CodeGroup> <Note> -For enterprise migrations, [contact us](mailto:[email protected]) for assistance. +For enterprise migrations, [contact us](mailto:[email protected]) for assistance. </Note> ## Next Steps |