Skip to content

Commit 7707063

Browse files
authored
Refactor badge section in README.md
Updated badge links and added HTML formatting for better display. Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent ecebfb9 commit 7707063

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@
66
</picture>
77
</p>
88

9-
![GitHub contributors](https://img.shields.io/github/contributors/layer5io/layer5.svg)
10-
[![GitHub](https://img.shields.io/github/license/layer5io/layer5.svg)](https://github.com/layer5io/wasm-filters/blob/master/LICENSE)
11-
![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/layer5/help%20wanted.svg?color=%23DDDD00)
12-
[![Slack](https://img.shields.io/badge/Slack-@layer5.svg?logo=slack)](http://slack.layer5.io)
13-
![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social)
9+
<p align="center">
10+
<a href="https://github.com/layer5io/layer5/graphs/contributors" alt="GitHub contributors">
11+
<img src="https://img.shields.io/github/contributors/layer5io/layer5.svg" /></a>
12+
<a href="https://github.com/layer5io/wasm-filters/blob/master/LICENSE" alt="License">
13+
<img src="https://img.shields.io/github/license/layer5io/layer5.svg" /></a>
14+
<a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+(org%3Alayer5io+OR+org%3Ameshery+OR+org%3Alayer5labs+OR+org%3Aservice-mesh-performance+OR+org%3Aservice-mesh-patterns+OR+org%3Ameshery-extensions)+label%3A%22help+wanted%22" alt="Help wanted issues">
15+
<img src="https://img.shields.io/github/issues/layer5io/layer5/help%20wanted.svg?color=%23DDDD00" /></a>
16+
<a href="http://slack.layer5.io" alt="Slack">
17+
<img src="https://img.shields.io/badge/Slack-@layer5.svg?logo=slack" /></a>
18+
<a href="https://twitter.com/layer5" alt="Twitter Follow">
19+
<img src="https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social" /></a>
20+
</p>
1421

1522
# WebAssembly Filters for Envoy
1623

0 commit comments

Comments
 (0)