mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
[Wiki] Update repository URL
This commit is contained in:
parent
23cb41f002
commit
47e255a58e
@ -18,7 +18,7 @@ Use the below code example matching your dependency manager.
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>placeholderapi</id>
|
<id>placeholderapi</id>
|
||||||
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
<url>https://repo.extendedclip.com/releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -36,7 +36,7 @@ Use the below code example matching your dependency manager.
|
|||||||
```{ .groovy title="build.gradle" data-md-component="api-version" }
|
```{ .groovy title="build.gradle" data-md-component="api-version" }
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
|
url = 'https://repo.extendedclip.com/releases/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user