From 017ea87c1e7e281a7ba28e5d8198c4ddaa5dc1b9 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 9 Nov 2016 08:27:40 +0100 Subject: [PATCH] Switch Readme links to snapshot documentation. For now, there is no release version yet so readme points to snapshots. Fixes gh-34. --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 44faa056..dc13a407 100644 --- a/README.adoc +++ b/README.adoc @@ -13,8 +13,8 @@ Vault can manage static and dynamic secrets such as application data, username/p For a comprehensive treatment of all the Spring Vault features, please refer to: -* the http://docs.spring.io/spring-vault/docs/current/reference/html/[User Guide] -* the http://docs.spring.io/spring-vault/docs/current/api/[JavaDocs] have extensive comments in them as well. +* the http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/[User Guide] +* the http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/api/[JavaDocs] have extensive comments in them as well. * the home page of http://projects.spring.io/spring-vault[Spring Vault] contains links to articles and other resources. * for more detailed questions, use http://stackoverflow.com/questions/tagged/spring-vault[Spring Vault on Stackoverflow].