From ddbfe047b22e14d1353e204d915d7ae764df19fd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 28 Oct 2016 08:26:40 +0200 Subject: [PATCH] Polishing. Adopt milestone repository path. Original pull request: gh-29. --- src/main/asciidoc/reference/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/getting-started.adoc b/src/main/asciidoc/reference/getting-started.adoc index a1bde856..ec6c0624 100644 --- a/src/main/asciidoc/reference/getting-started.adoc +++ b/src/main/asciidoc/reference/getting-started.adoc @@ -66,7 +66,7 @@ Snapshot repository to your maven `pom.xml` which is at the same level of your ` ---- ==== -The repository is also http://repo.spring.io/milestone/org/springframework/vault/[browseable here]. +The repository is also http://repo.spring.io/snapshot/org/springframework/vault/[browseable here]. Create a simple `Secrets` class to persist: