From 33496bbb21d4aba25fab5616f8002cc7f235c2b6 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Thu, 11 Jul 2024 15:57:57 +0700 Subject: [PATCH] fix: links to the Swift and the Kotlin SDKs Signed-off-by: Yurii Shynbuiev --- docusaurus.config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b3ad500b1..d46567bd2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -127,9 +127,8 @@ const config = { position: 'left', items: [ { - // TODO: figure out the new link label: 'Edge Agent SDK Swift', - href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/edgeagentsdk', + href: 'https://hyperledger.github.io/identus-edge-agent-sdk-swift/documentation/edgeagentsdk/', }, { to: '/identus-edge-agent-sdk-ts/sdk', @@ -137,9 +136,8 @@ const config = { activeBaseRegex: `/identus-edge-agent-sdk-ts/sdk` }, { - // TODO: figure out the new link label: 'Edge Agent SDK Kotlin Multiplatform', - href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/', + href: 'https://hyperledger.github.io/identus-edge-agent-sdk-kmp/', }, ], },