Skip to content

Commit f5aadba

Browse files
committed
Updated all shields
1 parent 259e35b commit f5aadba

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
MLAPI (Mid level API) is a framework that hopefully simplifies building networked games in Unity. It is built on the LLAPI and is similar to the HLAPI in many ways. It does not however integrate into the compiler and it's meant to offer much greater flexibility than the HLAPI while keeping some of it's simplicity. It offers greater performance over the HLAPI.
44

5-
[![Github All Releases](https://img.shields.io/github/downloads/MidLevel/MLAPI/total.svg)](https://github.com/MidLevel/MLAPI/releases)
6-
[![GitHub Release](https://img.shields.io/github/release/MidLevel/MLAPI.svg)](https://github.com/MidLevel/MLAPI/releases)
7-
[![Build status](https://ci.appveyor.com/api/projects/status/isxpxba8r76x7chu/branch/master?svg=true)](https://ci.appveyor.com/project/MidLevel/mlapi/branch/master)
8-
[![AppVeyor tests branch](https://img.shields.io/appveyor/tests/MidLevel/MLAPI/master.svg)](https://ci.appveyor.com/project/MidLevel/mlapi/build/tests)
9-
[![Discord](https://img.shields.io/discord/449263083769036810.svg)](https://discord.gg/FM8SE9E)
5+
[![GitHub Release](https://img.shields.io/github/release/MidLevel/MLAPI.svg?logo=github)](https://github.com/MidLevel/MLAPI/releases)
6+
[![Github All Releases](https://img.shields.io/github/downloads/MidLevel/MLAPI/total.svg?logo=github&color=informational)](https://github.com/MidLevel/MLAPI/releases)
7+
[![Discord](https://img.shields.io/discord/449263083769036810.svg?label=discord&logo=discord&color=informational)](https://discord.gg/FM8SE9E)
8+
[![Build Status](https://img.shields.io/appveyor/ci/midlevel/mlapi/master.svg?logo=appveyor)](https://ci.appveyor.com/project/MidLevel/mlapi/branch/master)
9+
[![AppVeyor Tests](https://img.shields.io/appveyor/tests/midlevel/mlapi/master.svg?logo=AppVeyor)](https://ci.appveyor.com/project/MidLevel/mlapi/build/tests)
1010

1111

12-
[![Licence](https://img.shields.io/github/license/MidLevel/MLAPI.svg)](https://github.com/MidLevel/MLAPI/blob/master/LICENCE)
13-
[![Website](https://img.shields.io/badge/docs-website-green.svg)](https://midlevel.github.io/MLAPI/)
14-
[![Wiki](https://img.shields.io/badge/docs-wiki-green.svg)](https://midlevel.github.io/MLAPI/wiki/)
12+
[![Licence](https://img.shields.io/github/license/midlevel/mlapi.svg?color=informational)](https://github.com/MidLevel/MLAPI/blob/master/LICENCE)
13+
[![Website](https://img.shields.io/badge/docs-website-informational.svg)](https://midlevel.github.io/MLAPI/)
14+
[![Wiki](https://img.shields.io/badge/docs-wiki-informational.svg)](https://midlevel.github.io/MLAPI/wiki/)
15+
[![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://midlevel.github.io/MLAPI/api/)
1516

1617
### Documentation
1718
To get started, check the [Wiki](https://midlevel.github.io/MLAPI/).

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<div class="row">
77
<div class="col-sm-12">
88
<div>
9-
<a href="{{ "/releases/" | prepend: site.git_address }}"><img src="https://img.shields.io/github/downloads/MidLevel/MLAPI/total.svg"></a>
10-
<a href="https://discord.gg/FM8SE9E"><img src="https://img.shields.io/discord/449263083769036810.svg"></a>
11-
<a href="https://ci.appveyor.com/project/MidLevel/mlapi/branch/master"><img src="https://ci.appveyor.com/api/projects/status/isxpxba8r76x7chu/branch/master?svg=true"></a>
9+
<a href="{{ "/releases/" | prepend: site.git_address }}"><img src="https://img.shields.io/github/downloads/MidLevel/MLAPI/total.svg?logo=github&color=informational"></a>
10+
<a href="https://discord.gg/FM8SE9E"><img src="https://img.shields.io/discord/449263083769036810.svg?label=discord&logo=discord&color=informational"></a>
11+
<a href="https://ci.appveyor.com/project/MidLevel/mlapi/branch/master"><img src="https://img.shields.io/appveyor/ci/midlevel/mlapi/master.svg?logo=appveyor"></a>
1212
</div>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)