From 11ffd5196ec894049f9ba0bd824ebdada507b41a Mon Sep 17 00:00:00 2001 From: Eric Semeniuc <3838856+esemeniuc@users.noreply.github.com> Date: Fri, 19 Mar 2021 18:10:06 -0700 Subject: [PATCH] Update docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a157cef..7dee7e04 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Vault Java Driver A zero-dependency Java client for the [Vault](https://www.vaultproject.io/) secrets management solution from HashiCorp. + [![javadoc](https://javadoc.io/badge2/com.bettercloud/vault-java-driver/javadoc.svg)](https://javadoc.io/doc/com.bettercloud/vault-java-driver) + This driver strives to implement Vault's full HTTP API, along with supporting functionality such as automatic retry handling. It does so without relying on any other external libraries beyond the Java standard library, and is compatible with Java 8 and up. So it will play nice with all of your projects, greenfield and legacy @@ -262,7 +264,7 @@ final LogicalResponse response = vault.withRetries(5, 1000) API Reference (Javadocs) ------------------------ -Full [Javadoc documentation](http://bettercloud.github.io/vault-java-driver/javadoc/). +Full [Javadoc documentation](https://javadoc.io/doc/com.bettercloud/vault-java-driver). Version History ---------------