DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 4ffe8feba4e4c4fb8c0f7a3296b497d1a85c9c49
parent c1f2d7f47a8bb32b9fc45804c5d7b730710c4141
Author: falkTX <falktx@falktx.com>
Date:   Fri,  3 Sep 2021 11:30:54 +0100

Replace build status badge

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # DPF - DISTRHO Plugin Framework -[![Build Status](https://travis-ci.org/DISTRHO/DPF.png)](https://travis-ci.org/DISTRHO/DPF) +[![Build Status](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml/badge.svg)](https://github.com/DISTRHO/DPF/actions/workflows/makefile.yml) DPF is designed to make development of new plugins an easy and enjoyable task.<br/> It allows developers to create plugins with custom UIs using a simple C++ API.<br/>