mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2024-11-22 10:36:14 +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>
|
||||
<repository>
|
||||
<id>placeholderapi</id>
|
||||
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
|
||||
<url>https://repo.extendedclip.com/releases/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
@ -36,7 +36,7 @@ Use the below code example matching your dependency manager.
|
||||
```{ .groovy title="build.gradle" data-md-component="api-version" }
|
||||
repositories {
|
||||
maven {
|
||||
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
|
||||
url = 'https://repo.extendedclip.com/releases/'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user