We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a8ddb + daf084d commit 87cce6aCopy full SHA for 87cce6a
1 file changed
src/sections/Community/Handbook/contributing.js
@@ -70,9 +70,9 @@ const contributingGuide = () => {
70
To do this, you'll need to add a remote. An example of the
71
command is given below:
72
<div className="codes">
73
- <Code codeString="git remote add upstream https://github.com/layer5io/meshery.git " />
+ <Code codeString="git remote add upstream https://github.com/layer5io/layer5.git " />
74
</div>
75
- Here “meshery" is used as the example repo. Be sure to
+ Here “layer5" is used as the example repo. Be sure to
76
reference the actual repo you are contributing to.
77
</span>
78
</li>
0 commit comments