Skip to content

Commit

Permalink
replacing /layer5io/meshery with /meshery/meshery
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Singariya <[email protected]>
  • Loading branch information
piyushsingariya committed Jul 1, 2021
1 parent d8bfecb commit d02d294
Show file tree
Hide file tree
Showing 43 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/component_mesheryctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _See [mesheryctl Command Tracker](https://bit.ly/3dqXy1q) for current status of

#### Contributor Resources

- [mesheryctl Contributing Guide](https://github.com/layer5io/meshery/blob/master/mesheryctl/README.md)
- [mesheryctl Contributing Guide](https://github.com/meshery/meshery/blob/master/mesheryctl/README.md)
- [Beginner's guide to contributing to Meshery and mesheryctl](https://youtu.be/hh_kFLZx3G4)
- [mesheryctl Command Tracker](https://docs.google.com/spreadsheets/d/1q63sIGAuCnIeDs8PeM-0BAkNj8BBgPUXhLbe1Y-318o/edit#gid=0)
- [Meshery CLI Commands and Documentation](https://docs.google.com/document/d/1xRlFpElRmybJ3WacgPKXgCSiQ2poJl3iCCV1dAalf0k/edit#heading=h.5fucij4hc5wt)
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🙋🏾🙋🏼‍Question
url: https://github.com/layer5io/meshery/discussions/new
url: https://github.com/meshery/meshery/discussions/new
about: Submit your question using GitHub Discussions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ assignees: ''
#### Contributor Resources

- [Meshery documentation site](https://docs.meshery.io/)
- [Meshery documentation source](https://github.com/layer5io/meshery/tree/master/docs)
- [Instructions for contributing to documentation](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
- [Meshery documentation source](https://github.com/meshery/meshery/tree/master/docs)
- [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
- [Layer5 Community Slack](http://slack.layer5.io)
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This PR fixes #
**Notes for Reviewers**


**[Signed commits](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)**
**[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)**
- [ ] Yes, I signed my commits.


Expand Down
2 changes: 1 addition & 1 deletion .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ newPRWelcomeComment: >
firstPRMergeComment: >
Thanks for your contribution to the Layer5 community! :tada:
![Congrats!](https://raw.githubusercontent.com/layer5io/meshery.io/master/.github/welcome/Layer5-celebration.png)
![Congrats!](https://raw.githubusercontent.com/meshery/meshery.io/master/.github/welcome/Layer5-celebration.png)
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; [Join the community](http://slack.layer5.io), if you haven't yet and please leave a :star: [star on the project](../stargazers). :smile:
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ builds:
- CGO_ENABLED=0

ldflags:
- -s -w -X github.com/layer5io/meshery/mesheryctl/internal/cli/root.version={{.Tag}}
- -s -w -X github.com/layer5io/meshery/mesheryctl/internal/cli/root.commitsha={{.ShortCommit}}
- -s -w -X github.com/layer5io/meshery/mesheryctl/internal/cli/root.releasechannel={{.Env.RELEASE_CHANNEL}}
- -s -w -X github.com/meshery/meshery/mesheryctl/internal/cli/root.version={{.Tag}}
- -s -w -X github.com/meshery/meshery/mesheryctl/internal/cli/root.commitsha={{.ShortCommit}}
- -s -w -X github.com/meshery/meshery/mesheryctl/internal/cli/root.releasechannel={{.Env.RELEASE_CHANNEL}}
# GOOS list to build for.
# For more info refer to: https://golang.org/doc/install/source#environment
# Defaults are darwin and linux.
Expand Down
2 changes: 1 addition & 1 deletion ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- [Asteria Aerospace](https://asteria.co.in)
- "As we are a very modern technology company, we always want to use the cutting edge, open source technology to excel. All our microservices are modern in nature and so is their infrastructure. We are cloud agnostic and at the same time, we are fascinated by service meshes to empower us with secure, reliable, intelligent infrastructure. When we are in an Istio world, the need for managing the mesh was always been a gap. With **Meshery**, we believe we can nurture our service mesh to perform better and more efficiently."
---
If you're using Meshery and aren't on this list, please [submit a pull request](https://github.com/layer5io/meshery/pulls)!
If you're using Meshery and aren't on this list, please [submit a pull request](https://github.com/meshery/meshery/pulls)!
2 changes: 1 addition & 1 deletion CONTRIBUTING-gitflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While this isn't a necessary step, if you plan on doing anything more than a tin

## Add 'upstream' repo to list of remotes
```
git remote add upstream https://github.com/layer5io/meshery.git
git remote add upstream https://github.com/meshery/meshery.git
```
("meshery" is used as the example repo. Be sure to reference the _actual_ repo you're contributing to e.g. "meshery-linkerd").

Expand Down
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Please contribute! Meshery documentation uses GitHub Pages to host the docs site

1. Commit, [sign-off](#commit-signing), and push changes to your remote branch.
`git push origin <my-changes>`
1. Open a pull request (in your web browser) against our main repo: https://github.com/layer5io/meshery.
1. Open a pull request (in your web browser) against our main repo: https://github.com/meshery/meshery.

## <a name="contributing-meshery">Meshery Contribution Flow</a>

Expand All @@ -95,7 +95,7 @@ Practices for Production Environments](https://peter.bourgon.org/go-in-productio
1. `Go` version 1.15+ installed if you want to build and/or make changes to the existing code.
1. `GOPATH` environment variable should be configured appropriately
1. `npm` and `node` should be installed on your machine, preferably the latest versions.
1. Fork this repository (`git clone https://github.com/layer5io/meshery.git`), clone your forked version of Meshery to your local, preferably outside `GOPATH`.
1. Fork this repository (`git clone https://github.com/meshery/meshery.git`), clone your forked version of Meshery to your local, preferably outside `GOPATH`.
1. `golangci-lint` should be installed if you want to test Go code, for MacOS and linux users.

#### Build and run Meshery server
Expand Down Expand Up @@ -148,7 +148,7 @@ make docker
Meshery uses adapters to provision and interact with different service meshes. Follow these instructions to create a new adapter or modify and existing adapter.

1. Get the proto buf spec file from Meshery repo:
`wget https://raw.githubusercontent.com/layer5io/meshery/master/meshes/meshops.proto`
`wget https://raw.githubusercontent.com/meshery/meshery/master/meshes/meshops.proto`
1. Generate code
1. Using Go as an example, do the following:
- adding GOPATH to PATH: `export PATH=$PATH:$GOPATH/bin`
Expand All @@ -158,12 +158,12 @@ Meshery uses adapters to provision and interact with different service meshes. F
1. For other languages, please refer to gRPC.io for language-specific guides.
1. Implement the service methods and expose the gRPC server on a port of your choice (e.g. 10000).

_Tip:_ The [Meshery adapter for Istio](https://github.com/layer5io/meshery-istio) is a good reference adapter to use as an example of a Meshery adapter written in Go.
_Tip:_ The [Meshery adapter for Istio](https://github.com/meshery/meshery-istio) is a good reference adapter to use as an example of a Meshery adapter written in Go.

#### <a name="meshery-istio">Running Meshery Adapter (Meshery-Istio)</a>
**Meshery-Istio** is a pre-written example of Meshery Adapter written in Go. Follow these instuctions to run meshery-istio to avoid errors related to Meshery Adapters

1. Fork [Meshery-Istio](https://github.com/layer5io/meshery-istio)
1. Fork [Meshery-Istio](https://github.com/meshery/meshery-istio)
2. Clone your fork locally
3. Run this command from the root directory of **meshery-istio**
```sh
Expand Down Expand Up @@ -246,15 +246,15 @@ We are using ES-Lint to maintain code quality & consistency in our UI Code. To m

### Contributing

Please refer the [Meshery Contributing Guidelines](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md) for setting up your development environment.
Please refer the [Meshery Contributing Guidelines](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md) for setting up your development environment.

Refer the [mesheryctl- Command Reference and Tracker](https://docs.google.com/spreadsheets/d/1q63sIGAuCnIeDs8PeM-0BAkNj8BBgPUXhLbe1Y-318o/edit#gid=0) for current status of `mesheryctl`.

For a quick introduction to `mesheryctl`, checkout [Beginner's guide to contributing to Meshery and mesheryctl](https://youtu.be/hh_kFLZx3G4).

### Building and running `mesheryctl`

The [`/mesheryctl`](https://github.com/layer5io/meshery/tree/master/mesheryctl) folder contains the complete code for `mesheryctl`.
The [`/mesheryctl`](https://github.com/meshery/meshery/tree/master/mesheryctl) folder contains the complete code for `mesheryctl`.

`mesheryctl` is written in Golang or the Go Programming Language. For development use Go version 1.15+.

Expand Down Expand Up @@ -289,7 +289,7 @@ For logs, `mesheryctl` uses [Logrus](https://github.com/sirupsen/logrus). Going

`mesheryctl` uses [golangci-lint](https://github.com/golangci/golangci-lint). Refer it for lint checks.

All contributors are invited to review [pull requests](https://github.com/layer5io/meshery/pulls) on `mesheryctl` as on other Layer5 projects.
All contributors are invited to review [pull requests](https://github.com/meshery/meshery/pulls) on `mesheryctl` as on other Layer5 projects.

# <a name="maintaining"> Reviews</a>

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GIT_COMMITSHA
ARG RELEASE_CHANNEL

RUN adduser --disabled-login appuser
WORKDIR /github.com/layer5io/meshery
WORKDIR /github.com/meshery/meshery
ADD . .
RUN rm go.sum; go clean -modcache; cd cmd; GOPROXY=https://proxy.golang.org GOSUMDB=off go build -ldflags="-w -s -X main.globalTokenForAnonymousResults=$TOKEN -X main.version=$GIT_VERSION -X main.commitsha=$GIT_COMMITSHA -X main.releasechannel=$RELEASE_CHANNEL" -tags draft -a -o /meshery .

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To make a report, send an email to the private
[[email protected]](mailto:[email protected])
mailing list with the vulnerability details. For normal product bugs
unrelated to latent security vulnerabilities, please head to
the appropriate repository and submit a [new issue](https://github.com/layer5io/meshery/issues/new/choose).
the appropriate repository and submit a [new issue](https://github.com/meshery/meshery/issues/new/choose).

### When to report a security vulnerability?

Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Contributing to the Meshery Documentation

Before contributing, please review the [Documentation Contribution Flow](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow). In the following steps you will set up your development environment, fork and clone the repository, run the site locally, and finally commit, sign-off, and push any changes made for review.
Before contributing, please review the [Documentation Contribution Flow](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow). In the following steps you will set up your development environment, fork and clone the repository, run the site locally, and finally commit, sign-off, and push any changes made for review.

### 1. Set up your development environment

Expand All @@ -21,7 +21,7 @@ Before contributing, please review the [Documentation Contribution Flow](https:/

### 2. Get the code

* Fork and then clone the [Meshery repository](https://github.com/layer5io/meshery)
* Fork and then clone the [Meshery repository](https://github.com/meshery/meshery)
```bash
$ git clone https://github.com/YOUR-USERNAME/meshery
```
Expand Down Expand Up @@ -52,7 +52,7 @@ Before contributing, please review the [Documentation Contribution Flow](https:/
```bash
$ git push origin <branch-name>
```
* Then on Github, navigate to the [Meshery repository](https://github.com/layer5io/meshery) and create a pull request from your recently pushed changes!
* Then on Github, navigate to the [Meshery repository](https://github.com/meshery/meshery) and create a pull request from your recently pushed changes!

---
- *See the [Meshery Documentation Google Doc](https://docs.google.com/document/d/17guuaxb0xsfutBCzyj2CT6OZiFnMu9w4PzoILXhRXSo/edit) for additional reference.*
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/app-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mesh_name: App Mesh
version: v0.1.0
port: 10005/tcp
project_status: alpha
github_link: https://github.com/layer5io/meshery-app-mesh
github_link: https://github.com/meshery/meshery-app-mesh
image: /assets/img/service-meshes/app-mesh.svg
permalink: service-meshes/adapters/app-mesh
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/consul/consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ port: 10002/tcp
project_status: stable
adapter_version: v0.5.2
lab: consul-meshery-adapter
github_link: https://github.com/layer5io/meshery-consul
github_link: https://github.com/meshery/meshery-consul
image: /assets/img/service-meshes/consul.svg
#redirect_from: service-meshes/adapters/consul
permalink: service-meshes/adapters/consul
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/cpx.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mesh_name: Citrix
version: "1.0"
port: 10008/tcp
project_status: beta
github_link: https://github.com/layer5io/meshery-cpx
github_link: https://github.com/meshery/meshery-cpx
image: /assets/img/service-meshes/citrix.svg
---

Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/istio/istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ port: 10000/tcp
project_status: stable
adapter_version: v0.5.4
lab: istio-meshery-adapter
github_link: https://github.com/layer5io/meshery-istio
github_link: https://github.com/meshery/meshery-istio
image: /assets/img/service-meshes/istio.svg
permalink: service-meshes/adapters/istio
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/kuma/kuma.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ port: 10007/tcp
project_status: stable
adapter_version: v0.5.2
lab: kuma-meshery-adapter
github_link: https://github.com/layer5io/meshery-kuma
github_link: https://github.com/meshery/meshery-kuma
image: /assets/img/service-meshes/kuma.svg
permalink: service-meshes/adapters/kuma
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/linkerd.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ port: 10001/tcp
project_status: stable
adapter_version: v0.5.2
lab: linkerd-meshery-adapter
github_link: https://github.com/layer5io/meshery-linkerd
github_link: https://github.com/meshery/meshery-linkerd
image: /assets/img/service-meshes/linkerd.svg
permalink: service-meshes/adapters/linkerd
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/nginx-sm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mesh_name: NGINX Service Mesh
version: v0.6.0
port: 10010/tcp
project_status: beta
github_link: https://github.com/layer5io/meshery-nginx-sm
github_link: https://github.com/meshery/meshery-nginx-sm
image: /assets/img/service-meshes/nginx-sm.svg
permalink: service-meshes/adapters/nginx-sm
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/nsm/nsm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: v0.2.1
port: 10004/tcp
project_status: stable
lab: nsm-meshery-adapter
github_link: https://github.com/layer5io/meshery-nsm
github_link: https://github.com/meshery/meshery-nsm
image: /assets/img/service-meshes/nsm.svg
permalink: service-meshes/adapters/nsm
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/octarine/octarine.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mesh_name: Octarine
version: v1.0
port: 10003/tcp
project_status: retiring
github_link: https://github.com/layer5io/meshery-octarine
github_link: https://github.com/meshery/meshery-octarine
image: /assets/img/service-meshes/octarine.svg
permalink: service-meshes/adapters/octarine
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/osm/osm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mesh_name: Open Service Mesh
version: v0.5.0
port: 10009/tcp
project_status: stable
github_link: https://github.com/layer5io/meshery-osm
github_link: https://github.com/meshery/meshery-osm
image: /assets/img/service-meshes/osm.svg
permalink: service-meshes/adapters/osm
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/tanzu-sm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mesh_name: Tanzu Service Mesh
version: pre-GA
port: 10010/tcp
project_status: alpha
github_link: https://github.com/layer5io/meshery-tanzu-sm
github_link: https://github.com/meshery/meshery-tanzu-sm
image: /assets/img/service-meshes/tanzu.svg
permalink: service-meshes/adapters/tanzu-sm
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_adapters/traefik-mesh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: v1.0
port: 10006/tcp
project_status: stable
adapter_version: v0.5.2
github_link: https://github.com/layer5io/meshery-traefik-mesh
github_link: https://github.com/meshery/meshery-traefik-mesh
image: /assets/img/service-meshes/traefik-mesh.svg
permalink: service-meshes/adapters/traefik-mesh
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://docs.meshery.io" # the base hostname & protocol for your site

# Social (First three Required)
repo: "https://github.com/layer5io/meshery"
repo: "https://github.com/meshery/meshery"
github_user: "layer5io"
github_repo: "meshery"
project: https://meshery.io
Expand Down
4 changes: 2 additions & 2 deletions docs/_config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://docs.meshery.io" # the base hostname & protocol for your site

# Social (First three Required)
repo: "https://github.com/layer5io/meshery"
github_user: "layer5io"
repo: "https://github.com/meshery/meshery"
github_user: "meshery"
github_repo: "meshery"
project: https://meshery.io

Expand Down
2 changes: 1 addition & 1 deletion docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
- title: Slack
external_url: http://slack.layer5.io
- title: GitHub
external_url: https://github.com/layer5io/meshery
external_url: https://github.com/meshery/meshery
- title: "🇲🇽 Español"
url: "es"
2 changes: 1 addition & 1 deletion docs/pages/es/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ curl -L https://git.io/meshery | bash -

#### Instalando el binario `mesheryctl`

Descarga y descomprime `mesheryctl` desde la página de [Liberaciones Meshery](https://github.com/layer5io/meshery/releases/latest). Agrega `mesheryctl` a tu PATH para facilitar el uso. Después, ejecuta:
Descarga y descomprime `mesheryctl` desde la página de [Liberaciones Meshery](https://github.com/meshery/meshery/releases/latest). Agrega `mesheryctl` a tu PATH para facilitar el uso. Después, ejecuta:

```bash
./mesheryctl system start
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/es/installation/kinD.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Recomendamos encarecidamente utilizar Helm v3, debido a que la versión actual y
Ejecute lo siguienteg:

```bash
$ git clone https://github.com/layer5io/meshery.git; cd meshery
$ git clone https://github.com/meshery/meshery.git; cd meshery
$ kubectl create namespace meshery
$ helm install meshery --namespace meshery install/kubernetes/helm/meshery
```
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/es/installation/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Para preparar y ejecutar Meshery en Kubernetes:
Ejecute lo siguiente:

```sh
$ git clone https://github.com/layer5io/meshery.git; cd meshery
$ git clone https://github.com/meshery/meshery.git; cd meshery
$ kubectl create namespace meshery
$ helm install meshery --namespace meshery install/kubernetes/helm/meshery
```
Expand All @@ -31,7 +31,7 @@ $ helm install meshery --namespace meshery install/kubernetes/helm/meshery
Ejecute lo siguiente:

```sh
$ git clone https://github.com/layer5io/meshery.git; cd meshery
$ git clone https://github.com/meshery/meshery.git; cd meshery
$ kubectl create namespace meshery
$ helm template meshery --namespace meshery install/kubernetes/helm/meshery | kubectl apply -f -
```
Expand All @@ -41,7 +41,7 @@ $ helm template meshery --namespace meshery install/kubernetes/helm/meshery | ku
Meshery también puede ser desplegado(deployed) en un clúster de Kubernetes existente.Vea [tabla de compatibilidades](#matriz-de-compatibilades) para la compatibilidad de versiones. Para instalar Meshery en su cluster, clone el repositorio de Meshery:

```sh
$ git clone https://github.com/layer5io/meshery.git; cd meshery
$ git clone https://github.com/meshery/meshery.git; cd meshery
```

Cree un nombre de espacio (namespace) como un nuevo espacio lógico para hospedar Meshery y sus componentes:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/es/project/CONTRIBUTING-gitflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Si bien este no es un paso necesario, si planeas hacer algo más que una pequeñ
## Agregar repositorio 'upstream' a la lista de remotos

```
git remote add upstream https://github.com/layer5io/meshery.git
git remote add upstream https://github.com/meshery/meshery.git
```

("meshery" se usa como repositorio de ejemplo. Asegúrate de hacer referencia al repositorio _actual_ al que está contribuyendo, por ejemplo, "meshery-linkerd").
Expand Down
Loading

0 comments on commit d02d294

Please sign in to comment.