From b1e04cf59c2df39faae7a3eebde5167e2f49ea00 Mon Sep 17 00:00:00 2001 From: Graham Pentheny Date: Sat, 12 Nov 2022 13:37:41 -0500 Subject: [PATCH] Updated build badges in Readme to use workflows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fca544..8adba6b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Recast & Detour =============== -[![Travis (Linux) Build Status](https://travis-ci.org/recastnavigation/recastnavigation.svg?branch=master)](https://travis-ci.org/recastnavigation/recastnavigation) -[![Appveyor (Windows) Build Status](https://ci.appveyor.com/api/projects/status/20w84u25b3f8h179/branch/master?svg=true)](https://ci.appveyor.com/project/recastnavigation/recastnavigation/branch/master) +[![Build](https://github.com/recastnavigation/recastnavigation/actions/workflows/Build.yaml/badge.svg)](https://github.com/recastnavigation/recastnavigation/actions/workflows/Build.yaml) +[![Tests](https://github.com/recastnavigation/recastnavigation/actions/workflows/Tests.yaml/badge.svg)](https://github.com/recastnavigation/recastnavigation/actions/workflows/Tests.yaml) ![screenshot of a navmesh baked with the sample program](/RecastDemo/screenshot.png?raw=true)