mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
Fix documentation link to verifications section
This commit is contained in:
parent
6169a37086
commit
ac52c4bbc5
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ If you provided the senders certificate for the purpose of signature verificatio
|
|||
probably want to check, if the message was actually signed by the sender by checking `result.getVerifications()`.
|
||||
|
||||
:::{note}
|
||||
Signature verification will be discussed in more detail in section [](#verify-a-signature)
|
||||
Signature verification will be discussed in more detail in section [](#verifications)
|
||||
:::
|
||||
|
||||
If the message was encrypted symmetrically using a password, you can also decrypt is symmetrically by calling
|
||||
|
|
Loading…
Reference in a new issue