Skip to content

Commit e52c69c

Browse files
authored
Merge pull request #152 from MatrixTunnel/master
Fix maven/gradle repo url
2 parents 7e8356f + d7d53bd commit e52c69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can also add ProtocolLib as a Maven dependency:
4444
<repositories>
4545
<repository>
4646
<id>dmulloy2-repo</id>
47-
<url>http://repo.dmulloy2.net/content/groups/public/</url>
47+
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
4848
</repository>
4949
...
5050
</repositories>
@@ -62,7 +62,7 @@ Or use the maven dependency with gradle:
6262

6363
```gradle
6464
repositories {
65-
maven { url "http://repo.dmulloy2.net/content/groups/public/" }
65+
maven { url "http://repo.dmulloy2.net/nexus/repository/public/" }
6666
}
6767
6868
dependencies {

0 commit comments

Comments
 (0)