diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-30 21:19:31 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-30 21:19:31 -0700 |
commit | 8709e1c1c3213ee8b35b83a8c34923ded9658eb3 (patch) | |
tree | b35636da060be9701eb87fd36340fd969961adbe /README.md | |
parent | 9de7e250850a16125b621e7bc368801289decc84 (diff) | |
download | spack-8709e1c1c3213ee8b35b83a8c34923ded9658eb3.tar.gz spack-8709e1c1c3213ee8b35b83a8c34923ded9658eb3.tar.bz2 spack-8709e1c1c3213ee8b35b83a8c34923ded9658eb3.tar.xz spack-8709e1c1c3213ee8b35b83a8c34923ded9658eb3.zip |
Move docs to readthedocs.io
- Docs are now visible immediately, and we don't have to push them
separately.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ written in pure Python, and specs allow package authors to write a single build script for many different builds of the same package. See the -[Feature Overview](http://software.llnl.gov/spack/features.html) +[Feature Overview](http://spack.readthedocs.io/latest/features.html) for examples and highlights. To install spack and install your first package: @@ -32,7 +32,7 @@ To install spack and install your first package: Documentation ---------------- -[**Full documentation**](http://software.llnl.gov/spack) for Spack is +[**Full documentation**](http://spack.readthedocs.io/) for Spack is the first place to look. See also: |