Skip to content

Commit

Permalink
fix: documentation broken links
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Jan 8, 2025
1 parent 7eddb3b commit 269f852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.
:::
4 changes: 2 additions & 2 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

0 comments on commit 269f852

Please sign in to comment.