diff --git a/etc/examples/5-complex-model/README.md b/etc/examples/5-complex-model/README.md index cbe504b328a5bc379f28d3e4c3ad8d43d1590263..0fc76a5a3c4c70fc8f96b50c9d978cfc7c1589d8 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 84fcaa5cb24c21712c049288a5befa11f7189a3e..d53838f8772c9d96b0b8f3a2290a854d3d398c95 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: