Update build server URL to new organization namespace.

This commit is contained in:
Dan Helfman 2021-09-14 11:35:34 -07:00
parent ecc849dd07
commit 4ba206f8f4
2 changed files with 2 additions and 2 deletions

View File

@ -145,5 +145,5 @@ Also, please check out the [borgmatic development
how-to](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/) for how-to](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/) for
info on cloning source code, running tests, etc. info on cloning source code, running tests, etc.
<a href="https://build.torsion.org/witten/borgmatic" alt="build status">![Build Status](https://build.torsion.org/api/badges/witten/borgmatic/status.svg?ref=refs/heads/master)</a> <a href="https://build.torsion.org/borgmatic-collective/borgmatic" alt="build status">![Build Status](https://build.torsion.org/api/badges/borgmatic-collective/borgmatic/status.svg?ref=refs/heads/master)</a>

View File

@ -118,7 +118,7 @@ See the Black, Flake8, and isort documentation for more information.
Each pull request triggers a continuous integration build which runs the test Each pull request triggers a continuous integration build which runs the test
suite. You can view these builds on suite. You can view these builds on
[build.torsion.org](https://build.torsion.org/witten/borgmatic), and they're [build.torsion.org](https://build.torsion.org/borgmatic-collective/borgmatic), and they're
also linked from the commits list on each pull request. also linked from the commits list on each pull request.
## Documentation development ## Documentation development