Github CI status label in the readme links to the CI page

This commit is contained in:
Alex Szpakowski
2020-02-17 02:17:38 -04:00
parent 56cce88655
commit ee546b271a
+1 -1
View File
@@ -1,7 +1,7 @@
LÖVE is an *awesome* framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, Mac OS X, Linux, Android, and iOS.
[![Build Status: Windows](https://ci.appveyor.com/api/projects/status/chc0hdr08wv1d5c7?svg=true)](https://ci.appveyor.com/project/AlexSzpakowski/love)
![](https://github.com/love2d/love/workflows/continuous-integration/badge.svg)
[![Build Status: Github CI](https://github.com/love2d/love/workflows/continuous-integration/badge.svg)](https://github.com/love2d/love/actions?query=workflow%3Acontinuous-integration)
Documentation
-------------