From 6cc5e4f5880f285955bf2f073dd08fb2468d0fa3 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Tue, 18 Aug 2015 11:52:53 -0600 Subject: [PATCH] Fix paths for new repo name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ceb7247..45cbd15b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Get the Examples ## -[Click here](https://github.com/BruceEckel/On-Java/archive/master.zip) to download the zip file. Unzip the file into a directory of your choice. +[Click here](https://github.com/BruceEckel/OnJava-Examples/archive/master.zip) to download the zip file. Unzip the file into a directory of your choice. ## Build the Examples ## 1. Install the [latest version of Java 8 (JDK8)](http://www.oracle.com/technetwork/java/javase/downloads/index.html). (Use the 32-bit version on Windows because of some library issues). @@ -12,7 +12,7 @@ 1. Start a command prompt in the directory where you installed the examples. If your installation is successful, you should be able to type **ant build** and build everything. **ant run** will build AND run the examples. You will initially get some error messages instructing you to install specified packages (jar files), but eventually you should get through the whole build process successfully. -Report bugs in the examples or in the book [here](https://github.com/BruceEckel/On-Java/issues). +Report bugs in the examples or in the book [here](https://github.com/BruceEckel/OnJava-Examples/issues). ---------- **©2015 Bruce Eckel, MindView LLC. All Rights Reserved. See *Copyright.txt* for usage details.**