From a5cd004883ab07146b689dbe2fa119e1bba91def Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Feb 2026 10:51:15 -0800 Subject: [PATCH] Fix badge image link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c5b03c..b42a1a66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ {fmt} -[![image]([https://github.com/fmtlib/fmt/actions/workflows/linux.yml/badge.svg?branch=master](https://github.com/fmtlib/fmt/actions/workflows/linux.yml/badge.svg?branch=master))](https://github.com/fmtlib/fmt/actions?query=workflow%3Alinux) +[![image](https://github.com/fmtlib/fmt/actions/workflows/linux.yml/badge.svg?branch=master)](https://github.com/fmtlib/fmt/actions?query=workflow%3Alinux) [![image](https://github.com/fmtlib/fmt/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/fmtlib/fmt/actions?query=workflow%3Amacos) [![image](https://github.com/fmtlib/fmt/actions/workflows/windows.yml/badge.svg?branch=master)](https://github.com/fmtlib/fmt/actions?query=workflow%3Awindows) [![fmt is continuously fuzzed at oss-fuzz](https://oss-fuzz-build-logs.storage.googleapis.com/badges/fmt.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?\%0Acolspec=ID%20Type%20Component%20Status%20Proj%20Reported%20Owner%20\%0ASummary&q=proj%3Dfmt&can=1)