Skip to content

Commit 6e59ac6

Browse files
authored
Update badges and fix broken welcome guide link
Updated links and text for community resources. Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent bf9cd5c commit 6e59ac6

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,26 @@
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)
11-
[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/learn-layer5.svg)](https://hub.docker.com/r/layer5/learn-layer5)
12-
[![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/learn-layer5)](https://goreportcard.com/report/github.com/layer5io/learn-layer5)
13-
[![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/learn-layer5/help%20wanted.svg)](https://github.com/issues?utf8=✓&q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+label%3A%22help+wanted%22+")
14-
[![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://layer5.io)
15-
[![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mesheryio)
16-
[![Slack](https://img.shields.io/badge/Slack-@layer5.svg?logo=slack)](http://slack.layer5.io)
17-
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3564/badge)](https://bestpractices.coreinfrastructure.org/projects/3564)
9+
<p align="center">
10+
<a href="https://github.com/layer5io/layer5/graphs/contributors" style="display:inline-block; text-decoration:none;">
11+
<img src="https://img.shields.io/github/contributors/layer5io/layer5.svg" alt="GitHub contributors" /></a>
12+
<a href="https://github.com/layer5io/learn-layer5/blob/master/LICENSE" style="display:inline-block; text-decoration:none;">
13+
<img src="https://img.shields.io/github/license/layer5io/layer5.svg" alt="License" /></a>
14+
<a href="https://hub.docker.com/r/layer5/learn-layer5" style="display:inline-block; text-decoration:none;">
15+
<img src="https://img.shields.io/docker/pulls/layer5/learn-layer5.svg" alt="Docker Pulls" /></a>
16+
<a href="https://goreportcard.com/report/github.com/layer5io/learn-layer5" style="display:inline-block; text-decoration:none;">
17+
<img src="https://goreportcard.com/badge/github.com/layer5io/learn-layer5" alt="Go Report Card" /></a>
18+
<a href="https://github.com/issues?utf8=✓&q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+label%3A%22help+wanted%22" style="display:inline-block; text-decoration:none;">
19+
<img src="https://img.shields.io/github/issues/layer5io/learn-layer5/help%20wanted.svg" alt="Help wanted issues" /></a>
20+
<a href="https://layer5.io" style="display:inline-block; text-decoration:none;">
21+
<img src="https://img.shields.io/website/https/layer5.io/meshery.svg" alt="Website" /></a>
22+
<a href="https://twitter.com/intent/follow?screen_name=mesheryio" style="display:inline-block; text-decoration:none;">
23+
<img src="https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social" alt="Twitter Follow" /></a>
24+
<a href="http://slack.layer5.io" style="display:inline-block; text-decoration:none;">
25+
<img src="https://img.shields.io/badge/Slack-@layer5.svg?logo=slack" alt="Slack" /></a>
26+
<a href="https://bestpractices.coreinfrastructure.org/projects/3564" style="display:inline-block; text-decoration:none;">
27+
<img src="https://bestpractices.coreinfrastructure.org/projects/3564/badge" alt="CII Best Practices" /></a>
28+
</p>
1829

1930
<p style="clear:both;">
2031

@@ -149,7 +160,7 @@ kubectl kuttl test --skip-cluster-delete=true --start-kind=false ./smi-test
149160

150161
<p style="clear:both;">
151162
<h2><a name="contributing"></a><a name="community"></a> <a href="http://slack.layer5.io">Community</a> and <a href="https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md">Contributing</a></h2>
152-
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit">Layer5 Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="http://slack.layer5.io">Slack</a>! Contributors are expected to adhere to the <a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
163+
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://layer5.io/community/newcomers">Layer5 Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="http://slack.layer5.io">Slack</a>! Contributors are expected to adhere to the <a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
153164

154165
<a href="https://slack.meshery.io">
155166

0 commit comments

Comments
 (0)