From 66d81067b51746a4ca0ee6bd7ed65be0d66abc71 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 11 Feb 2022 14:39:11 +0100 Subject: [PATCH] Update README javadoc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b55ee7f8..4e505ce6 100644 --- a/README.md +++ b/README.md @@ -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: