diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95067264..4e0018a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # Contributing -You want to contribute to the project? Yay! We want you to! Visit our centralized instructions for [contributing](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#contributing). +You want to contribute to the project? Yay! We want you to! Visit our centralized instructions for [contributing](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#contributing). diff --git a/Makefile b/Makefile index 7d8d666e..e3d69c89 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ gobuild: ## Build Adapter container image with "edge-latest" tag docker: - DOCKER_BUILDKIT=1 docker build -t layer5/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest . + DOCKER_BUILDKIT=1 docker build -t meshery/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest . ## Run Adapter container with "edge-latest" tag docker-run: @@ -51,7 +51,7 @@ docker-run: docker run --name meshery-$(ADAPTER) -d \ -p 10002:10002 \ -e DEBUG=true \ - layer5/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest + meshery/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest ## Build and run Adapter locally run: diff --git a/README.md b/README.md index 71b741e1..e889fbfc 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ # Meshery Adapter for Consul -[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/meshery-consul.svg)](https://hub.docker.com/r/layer5/meshery-consul) -[![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/meshery-consul)](https://goreportcard.com/report/github.com/layer5io/meshery-consul) -[![Build Status](https://github.com/layer5io/meshery-consul/workflows/Meshery%20Consul/badge.svg)](https://github.com/layer5io/meshery-consul/actions) -[![GitHub](https://img.shields.io/github/license/layer5io/meshery-consul.svg)](https://opensource.org/licenses/Apache-2.0) -[![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") +[![Docker Pulls](https://img.shields.io/docker/pulls/meshery/meshery-consul.svg)](https://hub.docker.com/r/meshery/meshery-consul) +[![Go Report Card](https://goreportcard.com/badge/github.com/meshery/meshery-consul)](https://goreportcard.com/report/github.com/meshery/meshery-consul) +[![Build Status](https://github.com/meshery/meshery-consul/workflows/Meshery%20Consul/badge.svg)](https://github.com/meshery/meshery-consul/actions) +[![GitHub](https://img.shields.io/github/license/meshery/meshery-consul.svg)](https://opensource.org/licenses/Apache-2.0) +[![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") [![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://meshery.io/) [![Twitter Follow](https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mesheryio) [![Discuss Users](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscuss.layer5.io)](https://meshery.io/community#discussion-forums)