[Wiki] Update repository URL

This commit is contained in:
Andre_601 2024-11-21 22:17:56 +01:00 committed by GitHub
parent 23cb41f002
commit 47e255a58e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/'
}
}