diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ [](https://github.com/spack/spack/actions?query=workflow%3A%22macOS+builds+nightly%22) [](https://codecov.io/gh/spack/spack) [](https://spack.readthedocs.io) -[](https://spackpm.herokuapp.com) +[](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). |