From 94a822446d1a88a7f98fc1e66c2480178504bd86 Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Wed, 16 Oct 2024 16:59:45 +0100 Subject: [PATCH] fix: broken links #182 Signed-off-by: FabioPinheiro --- documentation/docs/identus/overview.md | 2 +- documentation/docs/quick-start.md | 2 +- src/components/resources/index.js | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/docs/identus/overview.md b/documentation/docs/identus/overview.md index 5c4798ec87..5eb5d0b01b 100644 --- a/documentation/docs/identus/overview.md +++ b/documentation/docs/identus/overview.md @@ -8,4 +8,4 @@ Identus is a toolset designed for Decentralized Identity enablement. These tools * [Mediator](mediator): The Mediator acts as a bridge between the [holder's](/docs/concepts/glossary#holder) device and other actors, such as [issuers](/docs/concepts/glossary#issuer) and [verifiers](/docs/concepts/glossary#verifier), ensuring secure and reliable communication without centralized management​​​​. -* Edge Agent SDKs: allow the development of edge agents - Decentralized Identity mobile apps and browser extensions. The SDKs are available in [Swift](https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/) (iOS and other Apple OS), [TS](https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/) (Browser and Node.js), and [Kotlin Multiplatform](https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/) (JVM and Android) +* Edge Agent SDKs: allow the development of edge agents - Decentralized Identity mobile apps and browser extensions. The SDKs are available in [Swift](https://hyperledger.github.io/identus-edge-agent-sdk-swift/documentation/edgeagentsdk) (iOS and other Apple OS), [TS](https://hyperledger.github.io/identus-edge-agent-sdk-ts/) (Browser and Node.js), and [Kotlin Multiplatform](https://hyperledger.github.io/identus-edge-agent-sdk-kmp/) (JVM and Android) diff --git a/documentation/docs/quick-start.md b/documentation/docs/quick-start.md index 7736e0d91f..449317136c 100644 --- a/documentation/docs/quick-start.md +++ b/documentation/docs/quick-start.md @@ -44,7 +44,7 @@ More in depth documentation about [Cloud Agent](/docs/concepts/glossary/#cloud-a ### Wallet SDKs [Wallet SDKs](/docs/concepts/glossary/#wallet-sdk) for web and mobile (iOS, Android, TypeScript) enable identity holders to store credentials and respond to proof requests. They are typically used in applications that allow identity holders to interact with issuers and verifiers. -More in-depth documentation about the different Wallet SDKs can be found here ([TypeScript](https://input-output-hk.github.io/identus-docs/identus-edge-agent-sdk-ts/sdk), [Swift](https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/), [KMP](https://github.com/hyperledger/identus-edge-agent-sdk-kmp)) +More in-depth documentation about the different Wallet SDKs can be found here ([TypeScript](https://hyperledger.github.io/identus-docs/identus-edge-agent-sdk-ts/sdk), [Swift](https://hyperledger.github.io/identus-edge-agent-sdk-swift/documentation/edgeagentsdk), [KMP](https://hyperledger.github.io/identus-edge-agent-sdk-kmp/)) diff --git a/src/components/resources/index.js b/src/components/resources/index.js index 25ee96c17f..d970ef4b4b 100644 --- a/src/components/resources/index.js +++ b/src/components/resources/index.js @@ -129,19 +129,19 @@ const RESOURCES = [ title: "Wallet SDK Swift", Svg: Graphics.walletSdkSwift, content: "Build Swift-based applications using our SDKs", - linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/edgeagentsdk/" + linkTo: "https://hyperledger.github.io/identus-edge-agent-sdk-swift/documentation/edgeagentsdk/" }, { title: "Wallet SDK TypeScript", Svg: Graphics.walletSdkTS, content: "Build web-based applications using our SDKs", - linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/" + linkTo: "https://hyperledger.github.io/identus-edge-agent-sdk-ts/" }, { title: "Wallet SDK KMM", Svg: Graphics.walletSdkKmm, content: "Build KMM-based applications using our SDKs", - linkTo: "https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/" + linkTo: "https://hyperledger.github.io/atala-prism-wallet-sdk-kmm/" }, { title: "APIs",