From ca1dfae86f0dafb719f04e4faad910264d0f96fb Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 15 May 2025 14:05:36 +0200 Subject: [PATCH] Fix references in javadoc --- .../org/pgpainless/authentication/CertificateAuthority.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgpainless-core/src/main/kotlin/org/pgpainless/authentication/CertificateAuthority.kt b/pgpainless-core/src/main/kotlin/org/pgpainless/authentication/CertificateAuthority.kt index 861ac22c..95e23bc7 100644 --- a/pgpainless-core/src/main/kotlin/org/pgpainless/authentication/CertificateAuthority.kt +++ b/pgpainless-core/src/main/kotlin/org/pgpainless/authentication/CertificateAuthority.kt @@ -12,8 +12,8 @@ import org.pgpainless.key.OpenPgpFingerprint * Interface for a CA that can authenticate trust-worthy certificates. Such a CA might be a fixed * list of trustworthy certificates, or a dynamic implementation like the Web-of-Trust. * - * @see PGPainless-WOT - * @see OpenPGP Web of Trust + * @see [PGPainless-WOT](https://github.com/pgpainless/pgpainless-wot) + * @see [OpenPGP Web of Trust](https://sequoia-pgp.gitlab.io/sequoia-wot/) */ interface CertificateAuthority {