From 0701d1e5a13406f75241ec483330489d3b8fbb9e Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 10 Jun 2021 12:39:11 +0200 Subject: [PATCH] Fix link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe9732bf..cfd2c976 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It also checks if signing subkeys are properly bound to their primary key, if ke if keys are allowed to create signatures in the first place. These rigorous checks make PGPainless stand out from other Java-based OpenPGP libraries and are the reason why -PGPainless currently [*scores second place* on Sequoia-PGPs Interoperability Test-Suite](tests.sequoia-pgp.org). +PGPainless currently [*scores second place* on Sequoia-PGPs Interoperability Test-Suite](https://tests.sequoia-pgp.org). > At FlowCrypt we are using PGPainless in our Kotlin code bases on Android and on server side. > The ergonomy of legacy PGP tooling on Java is not very good, and PGPainless improves it greatly.