mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
Update README javadoc link
This commit is contained in:
parent
36c5ec8a28
commit
66d81067b5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue