Skip to content

Commit

Permalink
fix: broken links in the docusaurus documentation files (#1489)
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Jan 8, 2025
1 parent b947a8b commit 38b251b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus/credentials/revocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ curl -X 'PATCH' \
```

:::note
[Present proof](./issue.md) will fail the verification if one of the credentials the holder presents a revoked credential.
[Present proof](./didcomm/issue.md) will fail the verification if one of the credentials the holder presents a revoked credential.
:::
8 changes: 4 additions & 4 deletions docs/docusaurus/webhooks/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ systems.
Webhook notifications in the CLoud Agent serve as a vital feature, enabling you to receive timely updates on various events
occurring within the agent. Webhooks allow you to receive HTTP requests containing event details at a specified
endpoint (webhook URL). These events are specifically related to the execution of
the [Connect](/tutorials/connections/connection), [Issue](/tutorials/credentials/issue),
and [Presentation](/tutorials/credentials/present-proof) flows. Webhook notifications will be sent each time there is a
the [Connect](/tutorials/connections/connection), [Issue](/tutorials/credentials/didcomm/issue),
and [Presentation](/tutorials/credentials/didcomm/present-proof) flows. Webhook notifications will be sent each time there is a
state
change during the execution of these protocols.

Expand Down Expand Up @@ -156,8 +156,8 @@ generated):
### Common Event Types

The Cloud Agent sends webhook notifications for events related to protocol state changes in
the [Connect](/tutorials/connections/connection), [Issue](/tutorials/credentials/issue),
[Presentation](/tutorials/credentials/present-proof) flows, and also [DID publication](/tutorials/dids/publish)
the [Connect](/tutorials/connections/connection), [Issue](/tutorials/credentials/didcomm/issue),
[Presentation](/tutorials/credentials/didcomm/present-proof) flows, and also [DID publication](/tutorials/dids/publish)
state changes. These events allow you to track the progress and updates within these flows in real-time.

The `id` field of the common event structure is the unique identifier (UUID) of the event and is randomly generated at
Expand Down

0 comments on commit 38b251b

Please sign in to comment.