Skip to content

Commit

Permalink
Fix: broken links to getting-started and Credo REST API (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna <74084119+GHkrishna@users.noreply.github.com>
Co-authored-by: Berend Sliedrecht <61358536+berendsliedrecht@users.noreply.github.com>
  • Loading branch information
GHkrishna and berendsliedrecht committed Feb 21, 2024
1 parent a939a2a commit dddb0ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions versioned_docs/version-0.3/concepts/agents.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Agents

When working with any Aries implementation, you will interact with an Aries
agent. This will be either directly or via a REST API, like [the Aries
framework REST
API](https://github.com/hyperledger/aries-framework-javascript-ext/tree/main/packages/rest).
agent. This will be either directly or via a REST API, like [the Credo REST
API](https://github.com/openwallet-foundation/credo-ts-ext/tree/main/packages/rest).

### Characteristics

Expand Down Expand Up @@ -57,5 +56,5 @@ devices these can be used as a more central point for your data.

- [Hyperledger Aries RFC - 004:
Agents](https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0004-agents/README.md)
- [Aries Framework JavaScript - Getting
Started](https://github.com/hyperledger/aries-framework-javascript/tree/main/docs/getting-started)
- [Credo - Getting
Started](https://github.com/openwallet-foundation/credo-ts-docs/tree/main/versioned_docs/version-0.3/getting-started)
9 changes: 4 additions & 5 deletions versioned_docs/version-0.4/concepts/agents.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Agents

When working with any Aries implementation, you will interact with an Aries
agent. This will be either directly or via a REST API, like [the Aries
framework REST
API](https://github.com/hyperledger/aries-framework-javascript-ext/tree/main/packages/rest).
agent. This will be either directly or via a REST API, like [the Credo REST
API](https://github.com/openwallet-foundation/credo-ts-ext/tree/main/packages/rest).

### Characteristics

Expand Down Expand Up @@ -57,5 +56,5 @@ devices these can be used as a more central point for your data.

- [Hyperledger Aries RFC - 004:
Agents](https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0004-agents/README.md)
- [Aries Framework JavaScript - Getting
Started](https://github.com/hyperledger/aries-framework-javascript/tree/main/docs/getting-started)
- [Credo - Getting
Started](https://github.com/openwallet-foundation/credo-ts-docs/tree/main/versioned_docs/version-0.4/getting-started)

0 comments on commit dddb0ee

Please sign in to comment.