Skip to content

Commit

Permalink
docs: update website link to Identus (#1096)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Breuninger <michael.breuninger@iohk.io>
Signed-off-by: mkbreuning <97112931+mkbreuningIOHK@users.noreply.github.com>
  • Loading branch information
mkbreuningIOHK authored May 23, 2024
1 parent 814a5f7 commit 4ac7a2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://atalaprism.io">
<a href="https://www.hyperledger.org/projects/identus">
<img src="docs/images/logos/identus-logo.svg" alt="identus-logo" width="513px" height="99px" />
</a>
<br>
Expand Down Expand Up @@ -58,7 +58,7 @@ Before starting to use the Cloud Agent, it is important to understand the basic

### Architecture

The next diagrams offers a concise architectural overview, depicting a Cloud Agent instance, a controller, the interconnections linking the controller and agent, as well as the external routes to other agents and public ledgers across the Internet.
The next diagrams offer a concise architectural overview, depicting a Cloud Agent instance, a controller, the interconnections linking the controller and agent, as well as the external routes to other agents and public ledgers across the Internet.

#### Identus Ecosystem Achitecture

Expand Down Expand Up @@ -99,7 +99,7 @@ sbt clean compile test docker:publishLocal

### Installation and usage

Cloud Agent is distributed as a Docker image to be run in a containerized environment. Versions after v1.31.0 can be found [here](https://github.com/hyperledger/identus-cloud-agent/pkgs/container/identus-cloud-agent) and before v1.31.0, [here](https://github.com/orgs/input-output-hk/packages/container/package/prism-agent).
Cloud Agent is distributed as a Docker image to be run in a containerized environment. Versions after v1.31.0 can be found [here](https://github.com/hyperledger/identus-cloud-agent/pkgs/container/identus-cloud-agent) and before v1.31.0, [there](https://github.com/orgs/input-output-hk/packages/container/package/prism-agent).

The following sections describe how to run the Cloud Agent in different configurations.

Expand All @@ -115,7 +115,7 @@ The Cloud Agent can be configured to use different types of ledger, secret stora

To start playing with Cloud Agent, we recommend using the Dev configuration. Pre-production and production configurations are intended for real-world use cases and require additional more complex configurations of the Distributed Ledger stack setup.

> If you're interested in a hosted version of Cloud Agent, please, contact us at [atalaprism.io](https://atalaprism.io).
> If you're interested in a hosted version of Cloud Agent, please, contact us via the [Identus site](https://www.hyperledger.org/projects/identus).
#### System requirements

Expand Down

0 comments on commit 4ac7a2e

Please sign in to comment.