Update documentation URL after switch to readthedocs (#1901)

This commit is contained in:
Adam J. Stewart
2016-10-04 13:47:25 -05:00
committed by Todd Gamblin
parent e9d4780bbc
commit 7806fded3e
8 changed files with 14 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ class Pgi(Package):
architecture) to the format: pgi-<version>.tar.gz. Spack will search your
current directory for a file of this format. Alternatively, add this
file to a mirror so that Spack can find it. For instructions on how to
set up a mirror, see http://software.llnl.gov/spack/mirrors.html"""
set up a mirror, see http://spack.readthedocs.io/en/latest/mirrors.html"""
homepage = "http://www.pgroup.com/"
url = "file://%s/pgi-16.3.tar.gz" % os.getcwd()