From fbf2c8e6fbf8df7439782e8872d2bf5f731d8608 Mon Sep 17 00:00:00 2001 From: Peter Heywood Date: Tue, 9 Jun 2020 12:58:54 +0100 Subject: [PATCH] Fix incorrect actions badge urls in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcdad43c2..b1b089a99 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ CI jobs *only* include compilation, as the CI workers do not include CUDA GPUs. | Provider | Status | |--------------------|--------| -| Github Actions | [![Ubuntu](https://github.com/ptheywood/FLAMEGPU2_dev/workflows/Ubuntu/badge.svg?branch=master)](https://github.com/ptheywood/FLAMEGPU2_dev/actions?query=workflow%3AUbuntu+branch%3Amaster) [![Windows](https://github.com/ptheywood/FLAMEGPU2_dev/workflows/Windows/badge.svg?branch=master)](https://github.com/ptheywood/FLAMEGPU2_dev/actions?query=workflow%3AWindows+branch%3Amaster) [![Lint](https://github.com/ptheywood/FLAMEGPU2_dev/workflows/Lint/badge.svg?branch=master)](https://github.com/ptheywood/FLAMEGPU2_dev/actions?query=workflow%3ALint+branch%3Amaster) [![Docs](https://github.com/ptheywood/FLAMEGPU2_dev/workflows/Docs/badge.svg?branch=master)](https://github.com/ptheywood/FLAMEGPU2_dev/actions?query=workflow%3ADocs+branch%3Amaster) | +| Github Actions | [![Ubuntu](https://github.com/FLAMEGPU/FLAMEGPU2_dev/workflows/Ubuntu/badge.svg?branch=master)](https://github.com/FLAMEGPU/FLAMEGPU2_dev/actions?query=workflow%3AUbuntu+branch%3Amaster) [![Windows](https://github.com/FLAMEGPU/FLAMEGPU2_dev/workflows/Windows/badge.svg?branch=master)](https://github.com/FLAMEGPU/FLAMEGPU2_dev/actions?query=workflow%3AWindows+branch%3Amaster) [![Lint](https://github.com/FLAMEGPU/FLAMEGPU2_dev/workflows/Lint/badge.svg?branch=master)](https://github.com/FLAMEGPU/FLAMEGPU2_dev/actions?query=workflow%3ALint+branch%3Amaster) [![Docs](https://github.com/FLAMEGPU/FLAMEGPU2_dev/workflows/Docs/badge.svg?branch=master)](https://github.com/FLAMEGPU/FLAMEGPU2_dev/actions?query=workflow%3ADocs+branch%3Amaster) | | Travis (Ubuntu) | [![Build Status](https://travis-ci.org/FLAMEGPU/FLAMEGPU2_dev.svg?branch=master)](https://travis-ci.org/FLAMEGPU/FLAMEGPU2_dev)| | Appveyor (Windows) | [![Build status](https://ci.appveyor.com/api/projects/status/4p58gnu8tyj7y3a7/branch/master?svg=true)](https://ci.appveyor.com/project/mondus/flamegpu2-dev/branch/master) |