From e1fd4760907f6b0d81365a3d544859acd7ef006a Mon Sep 17 00:00:00 2001 From: Appu Date: Thu, 15 Aug 2024 16:31:25 -0400 Subject: [PATCH] fix links in README.md Signed-off-by: Appu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e813b966..00950754 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ try { ### Exploring the API -The public stable API is limited to `dev.sigstore.KeylessSigner`(https://javadoc.io/doc/dev.sigstore/sigstore-java/latest/dev/sigstore/KeylessSigner.html) and `dev.sigstore.KeylessVerifier`(https://javadoc.io/doc/dev.sigstore/sigstore-java/latest/dev/sigstore/KeylessVerifier.html) and the classes exposed by those APIs. Other classes in the library are subject to change without notice. +The public stable API is limited to [`dev.sigstore.KeylessSigner`](https://javadoc.io/doc/dev.sigstore/sigstore-java/latest/dev/sigstore/KeylessSigner.html) and [`dev.sigstore.KeylessVerifier`](https://javadoc.io/doc/dev.sigstore/sigstore-java/latest/dev/sigstore/KeylessVerifier.html) and the classes exposed by those APIs. Other classes in the library are subject to change without notice. You can browse Javadoc at https://javadoc.io/doc/dev.sigstore/sigstore-java.