Skip to content

Commit 3130f06

Browse files
committed
Fix repository links in documentation. (#1732)
Closes #1647.
1 parent 7d8d148 commit 3130f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/configuration.adoc

+2-2
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/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 ).
26+
You can also grab snapshots from the https://repo.spring.io/ui/repos/tree/General/snapshot/org/springframework/data/spring-data-couchbase[spring snapshot repository] ( \https://repo.spring.io/snapshot ) and milestone releases from the https://repo.spring.io/ui/repos/tree/General/milestone/org/springframework/data/spring-data-couchbase[spring milestone repository] ( \https://repo.spring.io/milestone ).
2727
Here is an example on how to use the current SNAPSHOT dependency:
2828

2929
.Using a snapshot version
@@ -39,7 +39,7 @@ Here is an example on how to use the current SNAPSHOT dependency:
3939
<repository>
4040
<id>spring-libs-snapshot</id>
4141
<name>Spring Snapshot Repository</name>
42-
<url>https://repo.spring.io/libs-snapshot</url>
42+
<url>https://repo.spring.io/snapshot</url>
4343
</repository>
4444
----
4545
====

0 commit comments

Comments
 (0)