aboutsummaryrefslogtreecommitdiff
path: root/hstdp/2017.3
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-09-06 12:45:48 -0400
committerGitHub <noreply@github.com>2017-09-06 12:45:48 -0400
commit13b37c2add47b9558724138a60d9c3a2c0870aab (patch)
treea437d22df05ac25243f95884bee215a974d6cf42 /hstdp/2017.3
parent0d97199ab926d770718e809daddc5aad8cfd75fb (diff)
downloadastroconda-releases-testing-13b37c2add47b9558724138a60d9c3a2c0870aab.tar.gz
Fix URLs
Diffstat (limited to 'hstdp/2017.3')
-rw-r--r--hstdp/2017.3/release_notes.md4
1 files changed, 2 insertions, 2 deletions
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.