Skip to content

Commit

Permalink
fix: broken links #182 (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: FabioPinheiro <[email protected]>
  • Loading branch information
FabioPinheiro authored Oct 16, 2024
1 parent c4d0fa6 commit 0cead38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/identus/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion documentation/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/))



Expand Down
6 changes: 3 additions & 3 deletions src/components/resources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0cead38

Please sign in to comment.