From 5a7cc6eb54f94b8befe40eb45d44e92081e71d4e Mon Sep 17 00:00:00 2001 From: DanGould Date: Mon, 22 Jul 2024 16:33:06 -0400 Subject: [PATCH] Fix broken how-it-works link --- docs/how-it-works/payjoin-v2-bip-77.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-it-works/payjoin-v2-bip-77.md b/docs/how-it-works/payjoin-v2-bip-77.md index ef170c2..d2fa04a 100644 --- a/docs/how-it-works/payjoin-v2-bip-77.md +++ b/docs/how-it-works/payjoin-v2-bip-77.md @@ -68,4 +68,4 @@ The _Client_ is trying to make a request to the _Target_ such that the Target ca That is to say Payjoin v2 enables all of the functionality of Payjoin v1 without the client burdens. The most costly operations are outsourced to an untrusted third party so that even a mobile device can do Payjoin. -To learn more about Payjoin v2, dive into [BIP 77](https://github.com/bitcoin/bips/pull/1483) or complete one of the [tutorials](/tutorials). +To learn more about Payjoin v2, dive into [BIP 77](https://github.com/bitcoin/bips/pull/1483) or complete one of the [tutorials](./category/tutorials).