fix: change support email to the one on slack

This commit is contained in:
Dhravya Shah 2025-12-18 17:50:37 -08:00
parent 27f69e451f
commit ff35a6bffc
8 changed files with 10 additions and 10 deletions

View file

@ -291,7 +291,7 @@ For feature requests, please provide:
- **Discord**: [Join our Discord server](https://supermemory.link/discord)
- **GitHub Discussions**: For questions and ideas
- **Issues**: For bug reports and feature requests
- **Email**: [support@supermemory.com](mailto:support@supermemory.com)
- **Email**: [support@supermemory.ai](mailto:support@supermemory.ai)
## 📄 License

View file

@ -78,7 +78,7 @@ Go to [app.supermemory.ai](https://app.supermemory.ai) and sign in with your acc
Have questions or feedback? We're here to help:
- Email: [support@supermemory.com](mailto:support@supermemory.com)
- Email: [support@supermemory.ai](mailto:support@supermemory.ai)
- Discord: [Join our Discord server](https://supermemory.link/discord)
- Documentation: [docs.supermemory.ai](https://docs.supermemory.ai)

View file

@ -679,7 +679,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:support@supermemory.com", "_blank")
window.open("mailto:support@supermemory.ai", "_blank")
}}
type="button"
>

View file

@ -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:support@supermemory.com)
We're working on more comprehensive recipes. Have a suggestion? [Let us know!](mailto:support@supermemory.ai)
<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:support@supermemory.com) for help
- Reach out to [support](mailto:support@supermemory.ai) for help
## Contributing Recipes
Have a great Supermemory use case? We'd love to add it to the cookbook!
[Suggest a recipe →](mailto:support@supermemory.com?subject=Cookbook%20Recipe%20Suggestion)
[Suggest a recipe →](mailto:support@supermemory.ai?subject=Cookbook%20Recipe%20Suggestion)

View file

@ -42,7 +42,7 @@
"navbar": {
"links": [
{
"href": "mailto:support@supermemory.com",
"href": "mailto:support@supermemory.ai",
"label": "Support"
}
],

View file

@ -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:support@supermemory.com">
<Card title="Request more plugins" icon="life-buoy" href="mailto:support@supermemory.ai">
We will add support for your favorite SDKs asap.
</Card>
</Columns>

View file

@ -292,7 +292,7 @@ response = client.chat.completions.create(
</CodeGroup>
<Note>
For enterprise migrations, [contact us](mailto:support@supermemory.com) for assistance.
For enterprise migrations, [contact us](mailto:support@supermemory.ai) for assistance.
</Note>
## Next Steps

View file

@ -1,6 +1,6 @@
{
"name": "@supermemory/memory-graph",
"version": "0.1.5",
"version": "0.1.7",
"description": "Interactive graph visualization component for Supermemory - visualize and explore your memory connections",
"type": "module",
"main": "./dist/memory-graph.cjs",