From de3bd3f63546034949b439b97999b5aafbff6ff7 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 19 May 2018 01:29:05 -0500 Subject: [PATCH] Update URLs Redirects are in place (or will be shortly). This is mostly housekeeping. Maven repo URLs already redirect however we can't deploy through them. Jenkins URLs do not currently redirect but will within 24 hours. Also adds a Discord link to the README, because apparently that's what people want. Documentation will be updated and announcements made once all redirects are in place, until then, consider this advanced notice. --- README.md | 8 +++++--- Spigot-API-Patches/0001-POM-changes.patch | 4 ++-- pom.xml | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e0026294c..07cf32290 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ -Paper [![Build Status](https://ci.destroystokyo.com/job/Paper/badge/icon)](https://ci.destroystokyo.com/job/Paper) +Paper [![Build Status](https://destroystokyo.com/ci/job/Paper/badge/icon)](https://destroystokyo.com/ci/job/Paper/) =========== High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies. [IRC Support and Project Discussion](http://irc.spi.gt/iris/?channels=paper) +[Discord](https://discord.gg/jETyjUw) + Documentation ------ Access the Paper docs here: [paper.readthedocs.io](https://paper.readthedocs.io/) -Access the Paper API javadocs here: [paperdocs.emc.gs](https://paperdocs.emc.gs) +Access the Paper API javadocs here: [destroystokyo.com/javadocs](https://destroystokyo.com/javadocs/) How To (Server Admins) ------ Paperclip is a jar file that you can download and run just like a normal jar file. -Download a copy of paperclip.jar from [our build server, here](https://ci.destroystokyo.com/job/PaperSpigot/). +Download a copy of paperclip.jar from [our build server, here](https://destroystokyo.com/ci/job/PaperSpigot/). Run the Paperclip jar directly from your server. Just like old times diff --git a/Spigot-API-Patches/0001-POM-changes.patch b/Spigot-API-Patches/0001-POM-changes.patch index c147137ad..f43a7f733 100644 --- a/Spigot-API-Patches/0001-POM-changes.patch +++ b/Spigot-API-Patches/0001-POM-changes.patch @@ -45,13 +45,13 @@ index 73ef3193..4220760f 100644 - spigotmc-releases - https://hub.spigotmc.org/nexus/content/repositories/releases/ + destroystokyo-releases -+ https://repo.destroystokyo.com/repository/maven-releases/ ++ https://destroystokyo.com/repo/repository/maven-releases/ - spigotmc-snapshots - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + destroystokyo-snapshots -+ https://repo.destroystokyo.com/repository/maven-snapshots/ ++ https://destroystokyo.com/repo/repository/maven-snapshots/ diff --git a/pom.xml b/pom.xml index 73423e7fb..6522a82da 100644 --- a/pom.xml +++ b/pom.xml @@ -37,18 +37,18 @@ destroystokyo-repo - https://repo.destroystokyo.com/repository/maven-public/ + https://destroystokyo.com/repo/repository/maven-public/ destroystokyo-releases - https://repo.destroystokyo.com/repository/maven-releases/ + https://destroystokyo.com/repo/repository/maven-releases/ destroystokyo-snapshots - https://repo.destroystokyo.com/repository/maven-snapshots/ + https://destroystokyo.com/repo/repository/maven-snapshots/