Skip to content

Commit abe1172

Browse files
committed
Fix links to snapshot and milestone in doc.
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.
1 parent 90e1db0 commit abe1172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As a result, the library can be included like any other maven dependency:
2323

2424
This will pull in several dependencies, including the underlying Couchbase Java SDK, common Spring dependencies and also Jackson as the JSON mapping infrastructure.
2525

26-
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].
26+
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 ).
2727
Here is an example on how to use the current SNAPSHOT dependency:
2828

2929
.Using a snapshot version
@@ -33,7 +33,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
3333
<dependency>
3434
<groupId>org.springframework.data</groupId>
3535
<artifactId>spring-data-couchbase</artifactId>
36-
<version>4.2.0-SNAPSHOT</version>
36+
<version>4.3.0-SNAPSHOT</version>
3737
</dependency>
3838
3939
<repository>

0 commit comments

Comments
 (0)