summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-12-09 01:09:51 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-12-09 01:10:14 -0800
commitb8bb24d4bf89cd4c5d8ed9f465a260846aa86ef7 (patch)
tree66e6b2579aad6a29589ee29a7704dbdbac51c958 /README.md
parent0356ba34a09ce9d7fe671758cd0a2658cb6769e4 (diff)
downloadspack-b8bb24d4bf89cd4c5d8ed9f465a260846aa86ef7.tar.gz
spack-b8bb24d4bf89cd4c5d8ed9f465a260846aa86ef7.tar.bz2
spack-b8bb24d4bf89cd4c5d8ed9f465a260846aa86ef7.tar.xz
spack-b8bb24d4bf89cd4c5d8ed9f465a260846aa86ef7.zip
Update README.md and LICENSE with new github.com/llnl URLs
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9830e31356..ffd118ded8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![image](share/spack/logo/spack-logo-text-64.png "Spack")
============
-[![Build Status](https://travis-ci.org/scalability-llnl/spack.png?branch=develop)](https://travis-ci.org/scalability-llnl/spack)
+[![Build Status](https://travis-ci.org/llnl/spack.png?branch=develop)](https://travis-ci.org/llnl/spack)
Spack is a package management tool designed to support multiple
versions and configurations of software on a wide variety of platforms
@@ -19,19 +19,19 @@ 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://scalability-llnl.github.io/spack/features.html)
+[Feature Overview](http://llnl.github.io/spack/features.html)
for examples and highlights.
To install spack and install your first package:
- $ git clone https://github.com/scalability-llnl/spack.git
+ $ git clone https://github.com/llnl/spack.git
$ cd spack/bin
$ ./spack install libelf
Documentation
----------------
-[**Full documentation**](http://scalability-llnl.github.io/spack) for Spack is
+[**Full documentation**](http://llnl.github.io/spack) for Spack is
the first place to look.
See also:
@@ -70,7 +70,7 @@ latest stable release.
Authors
----------------
-Many thanks go to Spack's [contributors](https://github.com/scalability-llnl/spack/graphs/contributors).
+Many thanks go to Spack's [contributors](https://github.com/llnl/spack/graphs/contributors).
Spack was originally written by Todd Gamblin, tgamblin@llnl.gov.