From 5ce2e4ae6dd54f0c8455103a2c984540614020bf Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 13 Feb 2026 10:02:05 +0000 Subject: [PATCH] Fix CI badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8141980..7029bdc29 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) -[![CI](https://github.com/baldurk/renderdoc/workflows/CI/badge.svg?branch=v1.x&event=push)](https://github.com/baldurk/renderdoc/actions) +[![CI](https://github.com/baldurk/renderdoc/actions/workflows/ci.yml/badge.svg?branch=v1.x&event=push)](https://github.com/baldurk/renderdoc/actions) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](docs/CODE_OF_CONDUCT.md) RenderDoc is a frame-capture based graphics debugger, currently available for Vulkan, D3D11, D3D12, OpenGL, and OpenGL ES development on Windows, Linux, Android, and Nintendo Switch™. It is completely open-source under the MIT license.