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 {