From e6f0d123e0158db8a25fb46e5dcbdf6b4e995e28 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Thu, 7 Sep 2017 07:58:52 -0600
Subject: [PATCH] fixed model path error

---
 etc/examples/5-complex-model/README.md | 2 +-
 etc/examples/8-probabilities/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/examples/5-complex-model/README.md b/etc/examples/5-complex-model/README.md
index cbe504b32..0fc76a5a3 100644
--- a/etc/examples/5-complex-model/README.md
+++ b/etc/examples/5-complex-model/README.md
@@ -14,7 +14,7 @@ This will increase the minimum amount of memory Java requires to 1GB and will al
 First, clone the 2008 USGS NSHM. Assuming you are in the current working directory (above), the following will create a copy of the model adjacent to nshmp-haz:
 
 ```Shell
-git clone https://github.com/usgs/nshm-cous-2008.git ../../../../nshmp-model-cous-2008
+git clone https://github.com/usgs/nshm-cous-2008.git ../../../../nshm-cous-2008
 ```
 
 The 2008 NSHM repository contains two source models: one for the western U.S. and a one for the central and eastern U.S. To compute hazard for a few sites in the Western U.S. at 1.0s and 2.0s spectral periods, execute:
diff --git a/etc/examples/8-probabilities/README.md b/etc/examples/8-probabilities/README.md
index 84fcaa5cb..d53838f87 100644
--- a/etc/examples/8-probabilities/README.md
+++ b/etc/examples/8-probabilities/README.md
@@ -8,7 +8,7 @@ __Working directory:__ `/path/to/nshmp-haz/etc/examples/8-probabilities`
 For this example, the following system alias is helpful:
 
 ```Shell
-alias rate='java -Xms1024m -Xmx4096m -cp /path/to/nshmp-haz/dist/nshmp-haz.jar gov.usgs.earthquake.nshmp.RateCalc'
+alias rate='java -Xms1024m -Xmx4096m -cp /path/to/nshmp-haz/build/libs/nshmp-haz.jar gov.usgs.earthquake.nshmp.RateCalc'
 ```
 
 Assuming a copy of the 2008 USGS NSHM is available (see [Example 5](../5-complex-model)), execute:
-- 
GitLab