From b57c4092ea4e66d4797097aa71b7a872e1331aa3 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 6 Apr 2011 22:18:35 +0000 Subject: [PATCH] Fixed binary artifacts links. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@1080 c613c5cb-e716-0410-b11b-feb51c14d237 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f526c4a4..31ef955f 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,10 @@ Maven project, add the following to your `pom.xml`: To add it to an Ivy, SBT, or other Maven repository using project, simply remove the vast majority of the boilerplate above. -If you prefer to download a jar file, that can be found -[here](http://threerings.github.com/vilya/maven/com/threerings/vilya/). +If you prefer to download pre-built binaries, those can be had here: + +* [vilya-1.3.jar](http://threerings.github.com/vilya/maven/com/threerings/vilya/1.3/vilya-1.3.jar) +* [vilyalib-1.3.swc](http://threerings.github.com/vilya/maven/com/threerings/vilyalib/1.3/vilyalib-1.3.swc) Distribution ------------