From 722368d59e65207b46e38e1bd308a3d6b6415138 Mon Sep 17 00:00:00 2001 From: Vikash Tiwari Date: Mon, 27 Aug 2018 20:51:57 -0400 Subject: [PATCH] Fix reference documentation links. Closes gh-291. --- README.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.adoc b/README.adoc index 85471d13..5cdd90b9 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-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 https://docs.spring.io/spring-vault/docs/current/reference/html/[User Guide] +* the https://docs.spring.io/spring-vault/docs/current/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]. @@ -24,13 +24,13 @@ Specifically for Spring applications: * JavaConfig for Vault Client * Retrieve secrets from Vault and initialize Spring Environment with remote property sources -* Obtain http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/#vault.backends.generic[secrets] secured with SSL -* http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/#vault.authentication.token[Token], -http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/#vault.authentication.appid[AppId], -http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/#vault.authentication.approle[AppRole], -http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/#vault.authentication.clientcert[Client Certificate], -http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/#vault.authentication.cubbyhole[Cubbyhole], and -http://docs.spring.io/spring-vault/docs/current-SNAPSHOT/reference/html/#vault.authentication.awsec2[AWS-EC2] authentication +* Obtain https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.client-ssl[secrets] secured with SSL +* https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.token[Token], +https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.appid[AppId], +https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.approle[AppRole], +https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.clientcert[Client Certificate], +https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.cubbyhole[Cubbyhole], and +https://docs.spring.io/spring-vault/docs/current/reference/html/#vault.authentication.awsec2[AWS-EC2] authentication * Bootstrap application context: a parent context for the main application that can be trained to do anything Spring Boot users can benefit from https://github.com/spring-cloud/spring-cloud-vault-config[Spring Cloud Vault Config], an optimized integration with Vault to provide encrypted Vault properties inside Spring Boot applications.