Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken links #182 #187

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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