From c3130b99a4f8ebc35f6d0394e33294ad4ede6715 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sat, 28 Jun 2014 16:17:47 -0700 Subject: [PATCH] Update download URLs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acafd4d..bd045ad 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ OpenNBT is a library for reading and writing NBT files, with some extra custom t -------------- OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory. -You can also download a build [here](http://build.spacehq.org/browse/OPENNBT-MAIN). +Snapshots (if any exist) can be downloaded [here](http://repo.spacehq.org/content/repositories/snapshots/org/spacehq/opennbt). +Releases (if any exist) can be downloaded [here](http://repo.spacehq.org/content/repositories/release/org/spacehq/opennbt). License