From cd95659a89a7ec3fd1fb7ae8220cf29475dc9158 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 11 Oct 2023 12:39:34 +0000 Subject: [PATCH] chore: fix doc link (#76) --- garble/mpz-garble/src/protocol/deap/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garble/mpz-garble/src/protocol/deap/mod.rs b/garble/mpz-garble/src/protocol/deap/mod.rs index 1add51e2..ab41a81c 100644 --- a/garble/mpz-garble/src/protocol/deap/mod.rs +++ b/garble/mpz-garble/src/protocol/deap/mod.rs @@ -1,6 +1,6 @@ //! An implementation of the Dual-execution with Asymmetric Privacy (DEAP) protocol. //! -//! For more information, see the [DEAP specification](https://docs.tlsnotary.org/protocol/2pc/deap.html). +//! For more information, see the [DEAP specification](https://docs.tlsnotary.org/mpc/deap.html). mod error; mod memory;