From 269f852b74a1938350252e95c0e8b291e801628e Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Wed, 8 Jan 2025 21:44:32 +0700 Subject: [PATCH] fix: documentation broken links Signed-off-by: Yurii Shynbuiev --- docs/docusaurus/credentials/revocation.md | 2 +- docs/docusaurus/webhooks/webhook.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docusaurus/credentials/revocation.md b/docs/docusaurus/credentials/revocation.md index 2ef18ce632..09cdd6cceb 100644 --- a/docs/docusaurus/credentials/revocation.md +++ b/docs/docusaurus/credentials/revocation.md @@ -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. ::: diff --git a/docs/docusaurus/webhooks/webhook.md b/docs/docusaurus/webhooks/webhook.md index 511caf06d1..a66a6254f4 100644 --- a/docs/docusaurus/webhooks/webhook.md +++ b/docs/docusaurus/webhooks/webhook.md @@ -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.