diff options
author | Todd Gamblin <gamblin2@llnl.gov> | 2021-05-26 01:07:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 08:07:57 +0000 |
commit | b596abe037b3e8b290335927dbae3db54042e0b6 (patch) | |
tree | 7a08c95e5e57bc909bc91c4a5fb25c728d9ffc86 /README.md | |
parent | b75ad9f950de4eb4b87c950c8cdd60893f82b797 (diff) | |
download | spack-b596abe037b3e8b290335927dbae3db54042e0b6.tar.gz spack-b596abe037b3e8b290335927dbae3db54042e0b6.tar.bz2 spack-b596abe037b3e8b290335927dbae3db54042e0b6.tar.xz spack-b596abe037b3e8b290335927dbae3db54042e0b6.zip |
Switch from heroku to slack.spack.io for slack invite badge (#23924)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ [![macOS Builds (nightly)](https://github.com/spack/spack/workflows/macOS%20builds%20nightly/badge.svg?branch=develop)](https://github.com/spack/spack/actions?query=workflow%3A%22macOS+builds+nightly%22) [![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) +[![Slack](https://slack.spack.io/badge.svg)](https://slack.spack.io) Spack is a multi-platform package manager that builds and installs multiple versions and configurations of software. It works on Linux, @@ -58,7 +58,7 @@ packages to bugfixes, documentation, or even new core features. Resources: * **Slack workspace**: [spackpm.slack.com](https://spackpm.slack.com). - To get an invitation, [**click here**](https://spackpm.herokuapp.com). + To get an invitation, visit [slack.spack.io](https://slack.spack.io). * **Mailing list**: [groups.google.com/d/forum/spack](https://groups.google.com/d/forum/spack) * **Twitter**: [@spackpm](https://twitter.com/spackpm). Be sure to `@mention` us! @@ -72,7 +72,7 @@ When you send your request, make ``develop`` the destination branch on the 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 our CI process. To run these tests locally, and for +these guidelines with our CI process. To run these tests locally, and for helpful tips on git, see our [Contribution Guide](https://spack.readthedocs.io/en/latest/contribution_guide.html). |