From 4e78d50ca9788d610f7a3265462657f381d31746 Mon Sep 17 00:00:00 2001 From: STEVAN Antoine <antoine.stevan@isae-supaero.fr> Date: Thu, 11 Apr 2024 14:11:13 +0000 Subject: [PATCH] fix broken link in doc (dragoon/komodo!72) --- src/zk.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zk.rs b/src/zk.rs index 07bcd2b8..acbbe9a7 100644 --- a/src/zk.rs +++ b/src/zk.rs @@ -134,7 +134,7 @@ where /// this function uses the commit scheme of KZG. /// /// > **Note** -/// > - `powers` can be generated with functions like [`zk::setup`] +/// > - `powers` can be generated with functions like [`setup`] /// > - if `polynomials` has length `n`, then [`commit`] will generate `n` /// > commits. #[allow(clippy::type_complexity)] -- GitLab