1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-16 08:34:53 +02:00

Update README javadoc link

This commit is contained in:
Paul Schaub 2022-02-11 14:39:11 +01:00
parent 3784969d39
commit b202972042
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -53,7 +53,7 @@ If you need more flexibility, directly using `pgpainless-core` is the way to go.
Most of PGPainless' features can be accessed directly from the `PGPainless` class.
If you want to get started, this class is your friend :)
For further details you should check out the [javadoc](https://pgpainless.org/releases/latest/javadoc/)!
For further details you should check out the [javadoc](https://javadoc.io/doc/org.pgpainless/pgpainless-core)!
### Handle Keys
Reading keys from ASCII armored strings or from binary files is easy: