From 7304495d4debfedd6bfabf39b62bc870fef90391 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Tue, 14 Jan 2025 15:18:29 +0700 Subject: [PATCH] style: megalinter style fix Signed-off-by: Yurii Shynbuiev --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6bc4f40385..53850e279d 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ If the Cloud Agent is started successfully, all the running containers should ac * `http://localhost:8080/cloud-agent` for the `issuer` instance * `http://localhost:8090/cloud-agent` for the `holder` instance -You can check the status of the running containers using the [health endpoint](https://docs.atalaprism.io/agent-api/#tag/System/operation/systemHealth): +You can check the status of the running containers using the [health endpoint](https://hyperledger.github.io/identus-docs/agent-api/#tag/System/operation/systemHealth): ```bash $ curl http://localhost:8080/cloud-agent/_system/health {"version":"1.19.1"} @@ -136,7 +136,7 @@ $ curl http://localhost:8080/cloud-agent/_system/health #### Simple docker compose for running the Identus Platform -The Identus Platform is a set of services that work together to provide a complete SSI solution. +The Identus Platform is a set of services that work together to provide a complete SSI solution. The following services are included in the Identus Platform: - Cloud Agent - Mediator @@ -158,10 +158,10 @@ There could be some incompatibilities between the most latest versions of Cloud The following tutorials will help you get started with the Cloud Agent and issue your first credentials: -* [Creating, updating and deactivating Decentralized Identifiers (DIDs)](https://docs.atalaprism.io/tutorials/category/dids/) -* [Setting up connections between agents using out-of-band (OOB) protocol](https://docs.atalaprism.io/tutorials/connections/connection) -* [Issuing verifiable credentials (VCs)](https://docs.atalaprism.io/tutorials/credentials/issue) -* [Presenting VC proofs](https://docs.atalaprism.io/tutorials/credentials/present-proof) +* [Creating, updating and deactivating Decentralized Identifiers (DIDs)](https://hyperledger.github.io/identus-docs/tutorials/category/dids/) +* [Setting up connections between agents using out-of-band (OOB) protocol](https://hyperledger.github.io/identus-docs/tutorials/connections/connection) +* [Issuing verifiable credentials (VCs)](https://hyperledger.github.io/identus-docs/tutorials/credentials/issue) +* [Presenting VC proofs](https://hyperledger.github.io/identus-docs/tutorials/credentials/present-proof) ## Contributing