diff --git a/docs/protocol/src/protocol/action_descriptions/delegator_vote.md b/docs/protocol/src/protocol/action_descriptions/delegator_vote.md index ee4c55e6cf..6c8cd65a3b 100644 --- a/docs/protocol/src/protocol/action_descriptions/delegator_vote.md +++ b/docs/protocol/src/protocol/action_descriptions/delegator_vote.md @@ -50,7 +50,7 @@ The zk-SNARK certifies that the public input balance commitment $cv$ was derived $cv = [v] G_v + [\tilde v] G_{\tilde v}$ -where $G_{\tilde v}$ is a constant generator and $G_v$ is an asset-specific generator point derived as described in [Value Commitments](../../value_commitments.md). For delegator votes, $[\tilde v] = 0$. +where $G_{\tilde v}$ is a constant generator and $G_v$ is an asset-specific generator point derived as described in [Value Commitments](../../protocol/value_commitments.md). For delegator votes, $[\tilde v] = 0$. ### Nullifier Integrity diff --git a/docs/protocol/src/protocol/action_descriptions/outputs.md b/docs/protocol/src/protocol/action_descriptions/outputs.md index 50cecf3d8a..bc99847a83 100644 --- a/docs/protocol/src/protocol/action_descriptions/outputs.md +++ b/docs/protocol/src/protocol/action_descriptions/outputs.md @@ -38,7 +38,7 @@ The zk-SNARK certifies that the public input balance commitment $cv$ was derived $cv = [v] G_v + [\tilde v] G_{\tilde v}$ -where $G_{\tilde v}$ is a constant generator and $G_v$ is an asset-specific generator point derived as described in [Value Commitments](../../value_commitments.md). +where $G_{\tilde v}$ is a constant generator and $G_v$ is an asset-specific generator point derived as described in [Value Commitments](../value_commitments.md). ### Diversified Base is not Identity diff --git a/docs/protocol/src/protocol/action_descriptions/spend.md b/docs/protocol/src/protocol/action_descriptions/spend.md index 72c6209c9c..752b081f34 100644 --- a/docs/protocol/src/protocol/action_descriptions/spend.md +++ b/docs/protocol/src/protocol/action_descriptions/spend.md @@ -44,7 +44,7 @@ The zk-SNARK certifies that for non-zero values $v \ne 0$, the public input bala $cv = [v] G_v + [\tilde v] G_{\tilde v}$ -where $G_{\tilde v}$ is a constant generator and $G_v$ is an asset-specific generator point derived as described in [Value Commitments](../../value_commitments.md). +where $G_{\tilde v}$ is a constant generator and $G_v$ is an asset-specific generator point derived as described in [Value Commitments](../value_commitments.md). ### Nullifier Integrity diff --git a/docs/protocol/src/protocol/action_descriptions/swap.md b/docs/protocol/src/protocol/action_descriptions/swap.md index 74271d1c98..307d949331 100644 --- a/docs/protocol/src/protocol/action_descriptions/swap.md +++ b/docs/protocol/src/protocol/action_descriptions/swap.md @@ -42,7 +42,7 @@ The zk-SNARK certifies that the public input fee commitment $cv_f$ was derived f $cv_f = [v_f] G_{v_f} + [\tilde v_f] G_{\tilde v}$ -where $G_{\tilde v}$ is a constant generator and $G_{v_f}$ is an asset-specific generator point derived as described in [Value Commitments](../../value_commitments.md). +where $G_{\tilde v}$ is a constant generator and $G_{v_f}$ is an asset-specific generator point derived as described in [Value Commitments](../../protocol/value_commitments.md). ### Balance Commitment Integrity