mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 17:02:06 +01:00
Update README javadoc link
This commit is contained in:
parent
3784969d39
commit
b202972042
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.
|
Most of PGPainless' features can be accessed directly from the `PGPainless` class.
|
||||||
If you want to get started, this class is your friend :)
|
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
|
### Handle Keys
|
||||||
Reading keys from ASCII armored strings or from binary files is easy:
|
Reading keys from ASCII armored strings or from binary files is easy:
|
||||||
|
|
Loading…
Reference in a new issue