Skip to content

Commit

Permalink
Fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Feb 18, 2025
1 parent 2595380 commit 4bf00f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/cli/03_signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In addition to creating accounts, `leo account` can be used to sign data and ver

## `leo account sign`

The `leo account sign` command enables developers and users to create cryptographic signatures using an Aleo private key. These signatures can be verified within leo using the [`signature::verify`](../leo/04_operators.md#signatureverify) function or with the `leo account verify` command.
The `leo account sign` command enables developers and users to create cryptographic signatures using an Aleo private key. These signatures can be verified within leo using the [`signature::verify`](../language/04_operators.md#signatureverify) function or with the `leo account verify` command.

To generate a signature for Leo and Aleo values, run the following:

Expand Down

0 comments on commit 4bf00f5

Please sign in to comment.