ChandraCXC / iris

Build and Analyze Spectral Energy Distributions in the Virtual Observatory
http://cxc.cfa.harvard.edu/iris
4 stars 3 forks source link

Iris startup script env variable IRIS_DOC references wrong version [MINOR] #1

Closed jbudynk closed 9 years ago

jbudynk commented 10 years ago

The Iris startup script's "IRIS_DOC" variable references the wrong webdocs:

export IRIS_DOC="http://cxc.cfa.harvard.edu/iris/v2.0/" # line 11

Should point to v2.0.1. Is on Mac64 and Linux64 distributions.

olaurino commented 10 years ago

Version strings should automatically reflect the project's version. I can see that this is not true for IRIS_DOC and needs to be fixed.

jbudynk commented 10 years ago

Updated the IRIS_DOC pointer to the v2.0.1 website.