From 38b251b2083e6224d8c81d3f183af9e55af57d94 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev Date: Wed, 8 Jan 2025 22:10:27 +0700 Subject: [PATCH] fix: broken links in the docusaurus documentation files (#1489) Signed-off-by: Yurii Shynbuiev --- docs/docusaurus/credentials/revocation.md | 2 +- docs/docusaurus/webhooks/webhook.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 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..feedc880d9 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. @@ -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