From 13b37c2add47b9558724138a60d9c3a2c0870aab Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 6 Sep 2017 12:45:48 -0400 Subject: Fix URLs --- hstdp/2017.3/release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hstdp/2017.3') diff --git a/hstdp/2017.3/release_notes.md b/hstdp/2017.3/release_notes.md index 2440dc9..0373d38 100644 --- a/hstdp/2017.3/release_notes.md +++ b/hstdp/2017.3/release_notes.md @@ -3,13 +3,13 @@ For existing Anaconda3 or Miniconda3 installations: ``` -$ conda create -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp-2017.3/dev/hstdp-2017.3-linux-py35.0.txt +$ conda create -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp/2017.3/dev/hstdp-2017.3-linux-py35.0.txt ``` As bugfixes are announced your existing pipeline software may be updated by issuing the command: ``` -$ conda update -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp-2017.3/dev/hstdp/2017.3-linux-py35.%ITERATION.txt +$ conda update -n hstdp-2017.3 --file http://ssb.stsci.edu/releases/hstdp/2017.3/dev/hstdp-2017.3-linux-py35.%ITERATION.txt ``` Where `%ITERATION` is the next incremental version of the environment specification file served from that URL. -- cgit