Skip to content

Commit 7885a6a

Browse files
committed
Update Maven Central repo URL
1 parent 5d56044 commit 7885a6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ For more information see the Duo Accounts API guide:
5353
The Java API Client project is available from Duo Security on Maven. Include the following in your dependency definitions:
5454
```
5555
56-
<!-- https://mvnrepository.com/artifact/com.duosecurity/duo-client -->
56+
<!-- https://central.sonatype.com/artifact/com.duosecurity/duo-client -->
5757
<dependency>
5858
<groupId>com.duosecurity</groupId>
5959
<artifactId>duo-client</artifactId>
6060
<version>0.8.0</version>
6161
</dependency>
6262
```
6363

64-
See https://mvnrepository.com/artifact/com.duosecurity/duo-client/0.8.0 for more details.
64+
See https://central.sonatype.com/artifact/com.duosecurity/duo-client/0.8.0 for more details.
6565

6666
# Using the Example
6767
There is an example in /duo-example-admin

0 commit comments

Comments
 (0)