From 19945346fc64448555dbf4c95b1075a3136bf3ee Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Mon, 9 Nov 2015 16:33:01 -0700 Subject: [PATCH] update README to remove references to oss.readytalk.com --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91bbcc0113..18dd2576db 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Introduction Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications. More information is available at the -project [web site](http://oss.readytalk.com/avian). +project [web site](http://readytalk.github.io/avian). If you have any trouble building, running, or embedding Avian, please post a message to our [discussion group](http://groups.google.com/group/avian). @@ -293,9 +293,10 @@ You can reduce the size futher for embedded builds by using ProGuard and the supplied openjdk.pro configuration file (see "Embedding with ProGuard and a Boot Image" below). Note that you'll still need to use vm.pro in that case -- openjdk.pro just adds additional constraints -specific to the OpenJDK port. Also see app.mk in -_git://oss.readytalk.com/avian-swt-examples.git_ for an example of using -Avian, OpenJDK, ProGuard, and UPX in concert. +specific to the OpenJDK port. Also see +[app.mk](https://github.com/ReadyTalk/avian-swt-examples/blob/master/app.mk) +in the _avian-swt-examples_ project for an example of using Avian, +OpenJDK, ProGuard, and UPX in concert. Here are some examples of how to install OpenJDK and build Avian with it on various OSes: