diff --git a/README.md b/README.md index 2265a25..d261d8b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Deb-Mock -![Build Status](https://github.com/robojerk/deb-mock/workflows/Build%20Deb-Mock%20Package/badge.svg) +![Build Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/build.yml/badge.svg) A low-level utility to create clean, isolated build environments for single Debian packages. This tool is a direct functional replacement for Fedora's Mock, adapted specifically for Debian-based ecosystems. @@ -29,7 +29,7 @@ Deb-Mock provides: ## CI/CD Status -This project uses GitHub Actions for continuous integration and deployment: +This project uses Forgejo Actions for continuous integration and deployment: - **Build**: Automatically builds and tests the package on every push - **Test**: Comprehensive testing of all CLI commands and functionality @@ -37,8 +37,8 @@ This project uses GitHub Actions for continuous integration and deployment: - **Documentation**: Auto-updates README with build status ### Build Status -- ![Build Status](https://github.com/robojerk/deb-mock/workflows/Build%20Deb-Mock%20Package/badge.svg) -- ![Test Status](https://github.com/robojerk/deb-mock/workflows/Test%20Deb-Mock%20Build/badge.svg) +- ![Build Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/build.yml/badge.svg) +- ![Test Status](https://git.raines.xyz/robojerk/deb-mock/actions/workflows/test.yml/badge.svg) ## Installation