From 86117edccfcf853f6654f98472b80cc3d5257cb9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 6 Mar 2024 20:01:32 -0800 Subject: [PATCH] Remove build.torsion.org references from documentation. --- README.md | 3 --- docs/how-to/develop-on-borgmatic.md | 10 ++++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2e3f3f2a..53889ffb 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,3 @@ general, contributions are very welcome. We don't bite! Also, please check out the [borgmatic development how-to](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/) for info on cloning source code, running tests, etc. - -![Build Status](https://build.torsion.org/api/badges/borgmatic-collective/borgmatic/status.svg?ref=refs/heads/main) - diff --git a/docs/how-to/develop-on-borgmatic.md b/docs/how-to/develop-on-borgmatic.md index 421d791b..a722430e 100644 --- a/docs/how-to/develop-on-borgmatic.md +++ b/docs/how-to/develop-on-borgmatic.md @@ -150,10 +150,12 @@ See the Black, Flake8, and isort documentation for more information. ## Continuous integration -Each pull request triggers a continuous integration build which runs the test -suite. You can view these builds on -[build.torsion.org](https://build.torsion.org/borgmatic-collective/borgmatic), -and they're also linked from the commits list on each pull request. +Each commit to main triggers [a continuous integration +build](https://projects.torsion.org/borgmatic-collective/borgmatic/actions) +which runs the test suite and updates +[documentation](https://torsion.org/borgmatic/). These builds are also linked +from the [commits for the main +branch](https://projects.torsion.org/borgmatic-collective/borgmatic/commits/branch/main). ## Documentation development