Skip to content

Commit 96b0e56

Browse files
author
Vivek Vishal
authored
Merge pull request #478 from vr-varad/fix/ref
Fix: References
2 parents 06a02c9 + 532aa7f commit 96b0e56

File tree

18 files changed

+31
-31
lines changed

18 files changed

+31
-31
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ assignees: ''
3737
- 📚 [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
3838
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
3939
- 🎨 Wireframes and [designs for Meshery UI](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
40-
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](https://slack.meshery.io)
40+
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community/#discussion-forums) and [Community Slack](https://slack.meshery.io)

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ assignees: ''
2121
#### Contributor [Guides](https://docs.meshery.io/project/contributing) and Resources
2222
- 📝 [Meshery Adapters Spreadsheet](https://docs.google.com/spreadsheets/d/1rGGpSXC68iDJzNRU-qZIRQsZUwkt1qLFg7JCs4pfvbU/edit?usp=sharing)
2323
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
24-
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](https://slack.meshery.io)
24+
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community/#discussion-forums) and [Community Slack](https://slack.meshery.io)

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ assignees: ''
1919
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
2020
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
2121
- 🎨 Wireframes and [designs for Meshery UI](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
22-
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](https://slack.meshery.io)
22+
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community/#discussion-forums) and [Community Slack](https://slack.meshery.io)

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ assignees: ''
2929
- 📚 [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
3030
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
3131
- 🎨 Wireframes and [designs for Meshery UI](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
32-
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](https://slack.meshery.io)
32+
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community/#discussion-forums) and [Community Slack](https://slack.meshery.io)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This PR fixes #
99
- [ ] Yes, I signed my commits.
1010

1111
<!--
12-
Thank you for contributing to Layer5 projects!
12+
Thank you for contributing to Meshery projects!
1313
1414
Contributing Conventions:
1515

.github/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
33
# Comment to be posted to on first time issues
44
newIssueWelcomeComment: >
5-
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](https://slack.meshery.io).
5+
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Meshery Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](https://slack.meshery.io).
66
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
77
# Comment to be posted to on PRs from first time contributors in your repository
88
newPRWelcomeComment: >
9-
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](https://slack.meshery.io).
9+
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Meshery Contributors' Welcome Guide](https://docs.meshery.io/project/contributing) and sure to join the [community Slack](https://slack.meshery.io).
1010
11-
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
11+
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
1212
1313
1414
#-------------------------------------------------------------------------------
1515
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
1616
# Comment to be posted to on pull requests merged by a first time user
1717
firstPRMergeComment: >
18-
Thanks for your contribution to the Layer5 community! :tada:
18+
Thanks for your contribution to the Meshery community! :tada:
1919
2020
<picture>
2121
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery.io/master/.github/welcome/Meshery-darkmode-celebration.svg">

.github/label-commenter-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ labels:
1414
- name: issue/remind
1515
labeled:
1616
issue:
17-
body: Checking in... it has been awhile since we&#39;ve heard from you on this issue. Are you still working on it? Please let us know and please don&#39;t hesitate to contact a [MeshMate](https://layer5.io/community/meshmates/) or any other [community member](https://layer5.io/community/members) for assistance.
17+
body: Checking in... it has been awhile since we&#39;ve heard from you on this issue. Are you still working on it? Please let us know and please don&#39;t hesitate to contact a [MeshMate](https://meshery.io/community#meshmates) or any other [community member](https://meshery.io/community/active/members) for assistance.
1818
action: open
1919
pr:
20-
body: Checking in... it has been awhile since we&#39;ve heard from you on this issue. Are you still working on it? Please let us know and please don&#39;t hesitate to contact a [MeshMate](https://layer5.io/community/meshmates/) or any other [community member](https://layer5.io/community/members) for assistance.
20+
body: Checking in... it has been awhile since we&#39;ve heard from you on this issue. Are you still working on it? Please let us know and please don&#39;t hesitate to contact a [MeshMate](https://meshery.io/community#meshmates) or any other [community member](https://meshery.io/community/active/members) for assistance.
2121
action: open
2222
- name: issue/dco
2323
labeled:

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
# Meshery Adapter for Consul
88

9-
[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/meshery-consul.svg)](https://hub.docker.com/r/layer5/meshery-consul)
10-
[![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/meshery-consul)](https://goreportcard.com/report/github.com/layer5io/meshery-consul)
11-
[![Build Status](https://github.com/layer5io/meshery-consul/workflows/Meshery%20Consul/badge.svg)](https://github.com/layer5io/meshery-consul/actions)
12-
[![GitHub](https://img.shields.io/github/license/layer5io/meshery-consul.svg)](https://opensource.org/licenses/Apache-2.0)
13-
[![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/meshery-consul/help%20wanted.svg)](https://github.com/layer5io/meshery-consul/issues?q=is%3Aopen+is%3Aissue+label%3A"help+wanted")
14-
[![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://meshery.io/)
9+
[![Docker Pulls](https://img.shields.io/docker/pulls/meshery/meshery-consul.svg)](https://hub.docker.com/r/meshery/meshery-consul)
10+
[![Go Report Card](https://goreportcard.com/badge/github.com/meshery/meshery-consul)](https://goreportcard.com/report/github.com/meshery/meshery-consul)
11+
[![Build Status](https://github.com/meshery/meshery-consul/workflows/Meshery%20Consul/badge.svg)](https://github.com/meshery/meshery-consul/actions)
12+
[![GitHub](https://img.shields.io/github/license/meshery/meshery-consul.svg)](https://opensource.org/licenses/Apache-2.0)
13+
[![GitHub issues by-label](https://img.shields.io/github/issues/meshery/meshery-consul/help%20wanted.svg)](https://github.com/meshery/meshery-consul/issues?q=is%3Aopen+is%3Aissue+label%3A"help+wanted")
14+
[![Website](https://img.shields.io/website/https/meshery.io/meshery.svg)](https://meshery.io/)
1515
[![Twitter Follow](https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mesheryio)
1616
[![Discuss Users](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscuss.layer5.io)](https://meshery.io/community#discussion-forums)
17-
[![Slack](https://img.shields.io/badge/Slack-@layer5.svg?logo=slack)](https://slack.meshery.io/)
17+
[![Slack](https://img.shields.io/badge/Slack-@meshery.svg?logo=slack)](https://slack.meshery.io/)
1818
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3564/badge)](https://bestpractices.coreinfrastructure.org/projects/3564)
1919

2020
<p style="clear:both;">
@@ -30,9 +30,9 @@ As a self-service engineering platform, <a href="https://meshery.io">Meshery</a>
3030
<h2><a name="contributing"></a><a name="community"></a> <a href="https://slack.meshery.io">Community</a> and <a href="https://docs.meshery.io/project/contributing">Contributing</a></h2>
3131
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://layer5.io/community/newcomers">Contributor Journey Map</a> for a tour of resources available to you and jump into our <a href="https://slack.meshery.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>.
3232

33-
<a href="https://slack.meshery.io"><img alt="Layer5 Slack" src="/.github/img/readme/slack-128.png" style="margin-left:10px;padding-top:5px;" width="110px" align="right" /></a>
33+
<a href="https://slack.meshery.io"><img alt="Meshery Slack" src="/.github/img/readme/slack-128.png" style="margin-left:10px;padding-top:5px;" width="110px" align="right" /></a>
3434

35-
<a href="https://meshery.io/community"><img alt="Layer5 Community" src="/.github/img/readme/community.svg" style="margin-right:8px;padding-top:5px;" width="140px" align="left" /></a>
35+
<a href="https://meshery.io/community"><img alt="Meshery Community" src="/.github/img/readme/community.svg" style="margin-right:8px;padding-top:5px;" width="140px" align="left" /></a>
3636

3737
<p>
3838
✔️ <em><strong>Join</strong></em> any or all of the weekly meetings on the <a href="https://meshery.io/calendar">community calendar</a>.<br />
@@ -41,7 +41,7 @@ Our projects are community-built and welcome collaboration. 👍 Be sure to see
4141
✔️ <em><strong>Discuss</strong></em> in the <a href="https://meshery.io/community#discussion-forums">Community Forum</a>.<br />
4242
</p>
4343
<p align="center">
44-
<i>Not sure where to start?</i> Grab an open issue with the <a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3Alayer5labs+label%3A%22help+wanted%22+">help-wanted label</a>.
44+
<i>Not sure where to start?</i> Grab an open issue with the <a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3Alayer5labs+label%3A%22help+wanted%22+">help-wanted label</a>.
4545
</p>
4646

4747
**License**

consul/config_templates/consul-values-1.8.2-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
########################################################################################################################
22
#
3-
# Meshery - Layer5
3+
# Meshery
44
# -----------------
55
#
66
# This is a copy of the default values file for the Consul chart, with some modifications.

consul/config_templates/consul-values-1.9.1-demo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
########################################################################################################################
22
#
3-
# Meshery - Layer5
3+
# Meshery
44
# -----------------
55
#
66
# This is a copy of the default values file for the Consul chart, with some modifications.

0 commit comments

Comments
 (0)