From 05fa3026551fd1fc7895ea5cfaed001c2bb1af55 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sat, 4 Nov 2017 17:08:04 -0700 Subject: Replace github.com/llnl/spack with github.com/spack/spack (#6142) We moved to a new GitHub org! Now make the code and docs reflect that. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 81510b54ca..cffd8a74e2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ![image](share/spack/logo/spack-logo-text-64.png "Spack") ============ -[![Build Status](https://travis-ci.org/LLNL/spack.svg?branch=develop)](https://travis-ci.org/LLNL/spack) -[![codecov](https://codecov.io/gh/LLNL/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/LLNL/spack) +[![Build Status](https://travis-ci.org/spack/spack.svg?branch=develop)](https://travis-ci.org/spack/spack) +[![codecov](https://codecov.io/gh/spack/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/spack/spack) [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://spack.readthedocs.io) [![Slack](https://spackpm.herokuapp.com/badge.svg)](https://spackpm.herokuapp.com) @@ -25,7 +25,7 @@ for examples and highlights. To install spack and your first package, make sure you have Python. Then: - $ git clone https://github.com/llnl/spack.git + $ git clone https://github.com/spack/spack.git $ cd spack/bin $ ./spack install libelf @@ -73,11 +73,11 @@ to you. Contributing to Spack is relatively easy. Just send us a [pull request](https://help.github.com/articles/using-pull-requests/). When you send your request, make ``develop`` the destination branch on the -[Spack repository](https://github.com/LLNL/spack). +[Spack repository](https://github.com/spack/spack). Your PR must pass Spack's unit tests and documentation tests, and must be [PEP 8](https://www.python.org/dev/peps/pep-0008/) compliant. We enforce -these guidelines with [Travis CI](https://travis-ci.org/LLNL/spack). To +these guidelines with [Travis CI](https://travis-ci.org/spack/spack). To run these tests locally, and for helpful tips on git, see our [Contribution Guide](http://spack.readthedocs.io/en/latest/contribution_guide.html). @@ -89,7 +89,7 @@ stable release. Authors ---------------- -Many thanks go to Spack's [contributors](https://github.com/llnl/spack/graphs/contributors). +Many thanks go to Spack's [contributors](https://github.com/spack/spack/graphs/contributors). Spack was created by Todd Gamblin, tgamblin@llnl.gov. -- cgit v1.2.3-70-g09d2