From 68801936e6a100897bc3e4baa3f86057dfe761a7 Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 16 Oct 2024 00:09:24 +0300 Subject: [PATCH 1/4] :memo: fix link in README Signed-off-by: ff137 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d6ddec55..c80644a93d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For details on what this means for ACA-Py users, including steps for updating de [GitHub Issue #3250]: https://github.com/openwallet-foundation/acapy/issues/3250

- +   From cfc05a2520b3331d0d90337e919e13b9f6410b86 Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 16 Oct 2024 00:19:00 +0300 Subject: [PATCH 2/4] :memo: fix Endorser.md link in README Signed-off-by: ff137 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c80644a93d..183eefb787 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Startup options allow the use of an ACA-Py as a DIDComm [mediator](https://githu ### Indy Transaction Endorsing -ACA-Py supports a Transaction Endorsement protocol, for agents that don't have write access to an Indy ledger. Endorser support is documented [here](./features/Endorser.md). +ACA-Py supports a Transaction Endorsement protocol, for agents that don't have write access to an Indy ledger. Endorser support is documented [here](./docs/features/Endorser.md). ### Scaled Deployments From f4e012993c3d1bd839d6aa772bff7719cf0c8441 Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 16 Oct 2024 00:20:52 +0300 Subject: [PATCH 3/4] :memo: fix Troubleshooting.md link in README Signed-off-by: ff137 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 183eefb787..8ccd9df8a1 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Technical note: the administrative API exposed by the agent for the controller t There are a number of resources for getting help with ACA-Py and troubleshooting any problems you might run into. The -[Troubleshooting](./testing/Troubleshooting.md) document contains some +[Troubleshooting](./docs/testing/Troubleshooting.md) document contains some guidance about issues that have been experienced in the past. Feel free to submit PRs to supplement the troubleshooting document! Searching the [ACA-Py GitHub issues](https://github.com/openwallet-foundation/acapy/issues) From e66f3af06b416583078120f9d042971c4c1b0068 Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 16 Oct 2024 00:21:39 +0300 Subject: [PATCH 4/4] :art: fix list style Signed-off-by: ff137 --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8ccd9df8a1..39c3ba75cd 100644 --- a/README.md +++ b/README.md @@ -90,20 +90,20 @@ A set of endpoints conforming to the vc-api specification are included to manage The business logic you use with ACA-Py is limited only by your imagination. Possible applications include: -* An interface to a legacy system to issue verifiable credentials -* An authentication service based on the presentation of verifiable credential proofs -* An enterprise wallet to hold and present verifiable credentials about that enterprise -* A user interface for a person to use a wallet not stored on a mobile device -* An application embedded in an IoT device, capable of issuing verifiable credentials about collected data -* A persistent connection to other agents that enables secure messaging and notifications -* Custom code to implement a new service. +- An interface to a legacy system to issue verifiable credentials +- An authentication service based on the presentation of verifiable credential proofs +- An enterprise wallet to hold and present verifiable credentials about that enterprise +- A user interface for a person to use a wallet not stored on a mobile device +- An application embedded in an IoT device, capable of issuing verifiable credentials about collected data +- A persistent connection to other agents that enables secure messaging and notifications +- Custom code to implement a new service. ## Getting Started For those new to SSI, Wallets, and ACA-Py, there are a couple of Linux Foundation edX courses that provide a good starting point. -* [Identity in Hyperledger: Indy, Aries and Ursa](https://www.edx.org/course/identity-in-hyperledger-aries-indy-and-ursa) -* [Becoming a Hyperledger Aries Developer](https://www.edx.org/course/becoming-a-hyperledger-aries-developer) +- [Identity in Hyperledger: Indy, Aries and Ursa](https://www.edx.org/course/identity-in-hyperledger-aries-indy-and-ursa) +- [Becoming a Hyperledger Aries Developer](https://www.edx.org/course/becoming-a-hyperledger-aries-developer) The latter is the most useful for developers wanting to get a solid basis in using ACA-Py and other Aries Frameworks.