diff options
author | Noah van der Aa <[email protected]> | 2022-05-20 17:12:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-20 08:12:30 -0700 |
commit | ed4e9163efc88a02675fd957af6bf68d02262a83 (patch) | |
tree | afe474d0a01350ba852e0b0843aa300f5588786b /README.md | |
parent | 9b492cff368f2606e769f90e814e7ed378c0b52a (diff) | |
download | Paper-ed4e9163efc88a02675fd957af6bf68d02262a83.tar.gz Paper-ed4e9163efc88a02675fd957af6bf68d02262a83.zip |
[ci-skip] Update repository and API urls (#7835)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ How To (Plugin Developers) ```xml <repository> <id>papermc</id> - <url>https://papermc.io/repo/repository/maven-public/</url> + <url>https://repo.papermc.io/repository/maven-public/</url> </repository> ``` * Artifact Information: @@ -49,7 +49,7 @@ How To (Plugin Developers) ```kotlin repositories { maven { - url = uri("https://papermc.io/repo/repository/maven-public/") + url = uri("https://repo.papermc.io/repository/maven-public/") } } |