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 to getting-started and Credo REST API #154

Merged
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
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)