From d80da148521a63ad23ba9e522e9e276f9e7e22fd Mon Sep 17 00:00:00 2001 From: victorshevtsov <32890592+victorshevtsov@users.noreply.github.com> Date: Thu, 13 Jan 2022 15:38:49 +0300 Subject: [PATCH] docs: fixed broken Fixed broken link to 0005_data_availability.md --- docs/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations.md b/docs/operations.md index 474d6be3d..2a73e0534 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -190,7 +190,7 @@ not considered a stable API. Log messages may be added, modified or removed with ## Running a public API endpoint -Wormhole v2 no longer uses Solana as a data availability layer (see [design document](../design/0005_data_availability.md)). +Wormhole v2 no longer uses Solana as a data availability layer (see [design document](../whitepapers/0005_data_availability.md)). Instead, it relies on Guardian nodes exposing an API which web wallets and other clients can use to retrieve the signed VAA message for a given transaction.