From 67be18a470ff00508d35632f39b15dd154bcb1f4 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 24 Oct 2021 08:53:59 -0700 Subject: [PATCH] glfw: correct CI status badge in README Signed-off-by: Stephen Gutekanst --- glfw/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/README.md b/glfw/README.md index 0bd89561..7be0c672 100644 --- a/glfw/README.md +++ b/glfw/README.md @@ -1,4 +1,4 @@ -# mach/glfw - Ziggified GLFW bindings [![CI](https://github.com/hexops/engine/workflows/CI/badge.svg)](https://github.com/hexops/engine/actions) Hexops logo +# mach/glfw - Ziggified GLFW bindings [![CI](https://github.com/hexops/mach-glfw/workflows/CI/badge.svg)](https://github.com/hexops/mach-glfw/actions) Hexops logo Ziggified GLFW bindings that [Mach engine](https://github.com/hexops/mach) uses, with 100% API coverage, zero-fuss installation, cross compilation, and more.