From 5e92a99996de46559363cbba57845af7d4eae4c8 Mon Sep 17 00:00:00 2001 From: Michael Reiche <48999328+mikereiche@users.noreply.github.com> Date: Mon, 16 Aug 2021 13:04:13 -0700 Subject: [PATCH] Fix links to snapshot and milestone in doc. (#1178) The urls in the example are ok, but when the hot link in the text is clicked on, it redirects to a 404. This fixes the hot links. Closes #1177. --- src/main/asciidoc/configuration.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/configuration.adoc b/src/main/asciidoc/configuration.adoc index 8ebe1afc..03889771 100644 --- a/src/main/asciidoc/configuration.adoc +++ b/src/main/asciidoc/configuration.adoc @@ -16,14 +16,14 @@ As a result, the library can be included like any other maven dependency: org.springframework.data spring-data-couchbase - 4.1.1 + 4.2.5 ---- ==== This will pull in several dependencies, including the underlying Couchbase Java SDK, common Spring dependencies and also Jackson as the JSON mapping infrastructure. -You can also grab snapshots from the https://repo.spring.io/libs-snapshot[spring snapshot repository] and milestone releases from the https://repo.spring.io/libs-milestone[milestone repository]. +You can also grab snapshots from the https://repo.spring.io/ui/repos/tree/General/libs-snapshot/org/springframework/data/spring-data-couchbase[spring snapshot repository] ( \https://repo.spring.io/libs-snapshot ) and milestone releases from the https://repo.spring.io/ui/repos/tree/General/libs-milestone/org/springframework/data/spring-data-couchbase[spring milestone repository] ( \https://repo.spring.io/libs-milestone ). Here is an example on how to use the current SNAPSHOT dependency: .Using a snapshot version @@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency: org.springframework.data spring-data-couchbase - 4.2.0-SNAPSHOT + 4.3.0-SNAPSHOT