From 4d05ae2ea42b08f79431ee81538465ca8a05f8bc Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Sat, 5 Oct 2024 00:54:39 -0400 Subject: [PATCH] Fix build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0571a5c..298ddca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A C++ interface for instances of [Flashpoint Archive](https://flashpointarchive.org/) -[![Dev Builds](https://github.com/oblivioncth/libfp/actions/workflows/push-reaction.yml/badge.svg?branch=dev)](https://github.com/oblivioncth/libfp/actions/workflows/push-reaction.yml) +[![Dev Builds](https://github.com/oblivioncth/libfp/actions/workflows/build-project.yml/badge.svg?branch=dev)](https://github.com/oblivioncth/libfp/actions/workflows/build-project.yml) ## WIP Currently this library exists explicitly for use with [CLIFp](https://github.com/oblivioncth/CLIFp) and [FIL](https://github.com/oblivioncth/FIL), and as such its feature set has been implemented sporadically as needed and is largely incomplete. Therefore, there is no documentation available for the interface at this time given it is not ready for general purpose use. That being said, given its bareness and somewhat simplistic nature, you can get a sense of how to use its API by reviewing the code directly if you so desire.