Fix: improve url of node js sdk (#2292)
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
"pages": [
|
"pages": [
|
||||||
"open-source/quickstart",
|
"open-source/quickstart",
|
||||||
"open-source/python-quickstart",
|
"open-source/python-quickstart",
|
||||||
"open-source-typescript/quickstart",
|
"open-source/node-quickstart",
|
||||||
{
|
{
|
||||||
"group": "Features",
|
"group": "Features",
|
||||||
"icon": "wrench",
|
"icon": "wrench",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Check out our [GitHub repository](https://mem0.dev/gd) to explore the source cod
|
|||||||
<Card title="Python SDK Guide" icon="python" href="/open-source/python-quickstart">
|
<Card title="Python SDK Guide" icon="python" href="/open-source/python-quickstart">
|
||||||
Learn more about Mem0 OSS Python SDK
|
Learn more about Mem0 OSS Python SDK
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Node.js SDK Guide" icon="node" href="/open-source-typescript/quickstart">
|
<Card title="Node.js SDK Guide" icon="node" href="/open-source/node-quickstart">
|
||||||
Learn more about Mem0 OSS Node.js SDK
|
Learn more about Mem0 OSS Node.js SDK
|
||||||
</Card>
|
</Card>
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
@@ -26,4 +26,3 @@ Check out our [GitHub repository](https://mem0.dev/gd) to explore the source cod
|
|||||||
- **Local Development**: Perfect for development and testing
|
- **Local Development**: Perfect for development and testing
|
||||||
- **No Vendor Lock-in**: Own your data and infrastructure
|
- **No Vendor Lock-in**: Own your data and infrastructure
|
||||||
- **Community Driven**: Benefit from and contribute to community improvements
|
- **Community Driven**: Benefit from and contribute to community improvements
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user