From 026864951b2c855995f1f34d6c1d41e84d127729 Mon Sep 17 00:00:00 2001
From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com>
Date: Sat, 23 Dec 2023 15:55:20 +0400
Subject: [PATCH] Updated links
---
docs/sdks/languages/java.mdx | 2 +-
docs/sdks/languages/node.mdx | 7 ++++---
docs/sdks/languages/python.mdx | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/docs/sdks/languages/java.mdx b/docs/sdks/languages/java.mdx
index 6e59c67f7..a73d1bd09 100644
--- a/docs/sdks/languages/java.mdx
+++ b/docs/sdks/languages/java.mdx
@@ -128,7 +128,7 @@ Retrieve all secrets within the Infisical project and environment that client is
- Whether or not to include imported secrets from the current path. Read about [secret import](/platform/secret-reference)
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
diff --git a/docs/sdks/languages/node.mdx b/docs/sdks/languages/node.mdx
index 09af6fa57..34cce93ab 100644
--- a/docs/sdks/languages/node.mdx
+++ b/docs/sdks/languages/node.mdx
@@ -46,7 +46,8 @@ app.listen(PORT, async () => {
This example demonstrates how to use the Infisical Node SDK with an Express application. The application retrieves a secret named "NAME" and responds to requests with a greeting that includes the secret value.
- We do not recommend hardcoding your [Machine Identity Tokens](/platform/identities/overview). Setting it as an environment variable would be best.
+ We do not recommend hardcoding your [Machine Identity Tokens](/documentation/platform/identities/overview). Setting it as an environment variable
+ would be best.
## Installation
@@ -59,7 +60,7 @@ $ npm install @infisical/sdk
## Configuration
-Import the SDK and create a client instance with your [Infisical Token](/documentation/platform/token).
+Import the SDK and create a client instance with your [Machine Identity](/documentation/platform/identities/overview).
@@ -143,7 +144,7 @@ Retrieve all secrets within the Infisical project and environment that client is
- Whether or not to include imported secrets from the current path. Read about [secret import](/platform/secret-reference)
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
diff --git a/docs/sdks/languages/python.mdx b/docs/sdks/languages/python.mdx
index 557642c09..e8c4a90c6 100644
--- a/docs/sdks/languages/python.mdx
+++ b/docs/sdks/languages/python.mdx
@@ -110,7 +110,7 @@ Retrieve all secrets within the Infisical project and environment that client is
- Whether or not to include imported secrets from the current path. Read about [secret import](/platform/secret-reference)
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)
@@ -149,7 +149,7 @@ By default, `getSecret()` fetches and returns a shared secret. If not found, it
The type of the secret. Valid options are "shared" or "personal". If not specified, the default value is "personal".
- Whether or not to include imported secrets from the current path. Read about [secret import](/platform/secret-reference)
+ Whether or not to include imported secrets from the current path. Read about [secret import](/documentation/platform/secret-reference)