diff --git a/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk.mdx b/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk.mdx
index 19c52234b..390bcd6f3 100644
--- a/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk.mdx
+++ b/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk.mdx
@@ -7,5 +7,5 @@ import { Callout } from 'nextra/components';
# Legacy TypeScript SDK
- The Legacy TypeScript SDK package `aptos` is deprecated and will be replaced by the new TypeScript SDK. Please refer to the [new TypeScript SDK](/build/sdks/ts-sdk) for the latest features and updates. Take a look at the [migration guide](legacy-ts-sdk/migration-guide.mdx).
+ The Legacy TypeScript SDK package `aptos` is deprecated and will be replaced by the new TypeScript SDK. Please refer to the [new TypeScript SDK](../ts-sdk.mdx) for the latest features and updates. Take a look at the [migration guide](legacy-ts-sdk/migration-guide.mdx).
diff --git a/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk/migration-guide.mdx b/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk/migration-guide.mdx
index ab3ae68d3..48da31228 100644
--- a/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk/migration-guide.mdx
+++ b/apps/nextra/pages/en/build/sdks/ts-sdk/legacy-ts-sdk/migration-guide.mdx
@@ -5,7 +5,7 @@ title: "Migration Guide"
import { Callout } from 'nextra/components';
- The Legacy TypeScript SDK package `aptos` is deprecated and will be replaced by the new TypeScript SDK. Please refer to the [new TypeScript SDK](/build/sdks/ts-sdk) for the latest features and updates.
+ The Legacy TypeScript SDK package `aptos` is deprecated and will be replaced by the new TypeScript SDK. Please refer to the [new TypeScript SDK](../../ts-sdk.mdx) for the latest features and updates.
# TypeScript SDK Migration Guide