From ba429b9c529077aee9287b1b5de0d58eb93ab70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20Axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:04:06 +0100 Subject: [PATCH] fix: broken link --- .../01-developer-guide/02-light-client-module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md b/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md index e88051b17ad..783b1c74524 100644 --- a/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md +++ b/docs/docs/03-light-clients/01-developer-guide/02-light-client-module.md @@ -36,12 +36,12 @@ Clients may also store any necessary client-specific metadata. ## `VerifyMembership` method `VerifyMembership` must verify the existence of a value at a given commitment path at the specified height. For more information about membership proofs -see the [Existence and non-existence proofs section](06-proofs.md). +see the [Existence and non-existence proofs section](07-proofs.md). ## `VerifyNonMembership` method `VerifyNonMembership` must verify the absence of a value at a given commitment path at a specified height. For more information about non-membership proofs -see the [Existence and non-existence proofs section](06-proofs.md). +see the [Existence and non-existence proofs section](07-proofs.md). ## `VerifyClientMessage` method