Selaa lähdekoodia

Remove build.torsion.org references from documentation.

Dan Helfman 1 vuosi sitten
vanhempi
sitoutus
86117edccf
2 muutettua tiedostoa jossa 6 lisäystä ja 7 poistoa
  1. 0 3
      README.md
  2. 6 4
      docs/how-to/develop-on-borgmatic.md

+ 0 - 3
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.
-
-<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/main)</a>
-

+ 6 - 4
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