Skip to content

Commit

Permalink
[readme] Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy authored Feb 24, 2024
1 parent e0d8c27 commit 7ab9af3
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
<!--Title-->
<h3 align="center">A simple web framework for Java and Kotlin</h3>

<a href="https://javalin.io/documentation" style="margin: 1em"><strong>View the documentation →</strong></a>
<h2>
<a href="https://javalin.io/documentation"><strong>View the documentation →</strong></a>
<br>
<br>
</h2>
<br>

<!--Badge for CI-->
<a href="https://github.com/javalin/javalin/actions/workflows/main.yml">
<img alt="GitHub Workflow Status (with event)" src="https://img.shields.io/github/actions/workflow/status/javalin/javalin/main.yml">
</a>
<!--License badge-->
<a href="https://github.com/javalin/javalin/blob/master/LICENSE">
<img alt="Static Badge" src="https://img.shields.io/badge/License-Apache_2.0-blue">
Expand All @@ -30,16 +31,12 @@
</a>
<!--Discord badge-->
<a href="https://discord.gg/sgak4e5NKv">
<img alt="Discord Link" src="https://img.shields.io/badge/discord-javalin-blue?logo=discord&logoColor=white">
<img alt="Discord Link" src="https://img.shields.io/discord/804862058528505896?label=discord%20chat&logo=discord&logoColor=white">
</a>
<a href="https://discord.gg/sgak4e5NKv">
<img alt="Discord" src="https://img.shields.io/discord/804862058528505896">
<!--Codecov badge-->
<a href="https://codecov.io/gh/javalin/javalin" >
<img src="https://codecov.io/gh/javalin/javalin/graph/badge.svg?token=3L3CvpyMPI"/>
</a>
<!--Codecov badge-->
<a href="https://codecov.io/gh/javalin/javalin" >
<img src="https://codecov.io/gh/javalin/javalin/graph/badge.svg?token=3L3CvpyMPI"/>
</a>

</div>

#
Expand Down

0 comments on commit 7ab9af3

Please sign in to comment.