From 64da850f5ccd4d4e74029d31a43d1be2b49328a4 Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Sun, 19 Jan 2025 09:40:15 +0000 Subject: [PATCH] docs: fix build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 959840e..524841b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BlueBuild Modules   [![build-ublue](https://github.com/blue-build/modules/actions/workflows/build.yml/badge.svg)](https://github.com/blue-build/modules/actions/workflows/build.yml) +# BlueBuild Modules   [![build-individual](https://github.com/blue-build/modules/actions/workflows/build-individual.yml/badge.svg)](https://github.com/blue-build/modules/actions/workflows/build-individual.yml) This repository contains the default official module repository for [BlueBuild](https://blue-build.org/). See [./modules/](./modules/) for the module source code. See the [website](https://blue-build.org/reference/module/) for module documentation. See [How to make a custom module](https://blue-build.org/how-to/making-modules/) and [Contributing](https://blue-build.org/learn/contributing/) for help with making custom modules and contributing.