diff --git a/docs/sdks/languages/node.mdx b/docs/sdks/languages/node.mdx index 9c3c427c4..0a645da1d 100644 --- a/docs/sdks/languages/node.mdx +++ b/docs/sdks/languages/node.mdx @@ -3,7 +3,7 @@ title: "Node" icon: "node" --- -If you're working with Node.js, the official [infisical-node](https://github.com/Infisical/infisical-node) package is the easiest way to fetch and work with secrets for your application. +If you're working with Node.js, the official [infisical-node](https://github.com/Infisical/sdk/tree/main/languages/node) package is the easiest way to fetch and work with secrets for your application. ## Basic Usage @@ -86,7 +86,6 @@ Import the SDK and create a client instance with your [Infisical Token](/documen ```` - ### Parameters