Skip to content

Commit 87cce6a

Browse files
authored
Merge pull request #6740 from vr-varad/fix/link_bug
Fix: Github Link in Contributing Section in handbook
2 parents 97a8ddb + daf084d commit 87cce6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/Community/Handbook/contributing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ const contributingGuide = () => {
7070
To do this, you'll need to add a remote. An example of the
7171
command is given below:
7272
<div className="codes">
73-
<Code codeString="git remote add upstream https://github.com/layer5io/meshery.git " />
73+
<Code codeString="git remote add upstream https://github.com/layer5io/layer5.git " />
7474
</div>
75-
Here “meshery" is used as the example repo. Be sure to
75+
Here “layer5" is used as the example repo. Be sure to
7676
reference the actual repo you are contributing to.
7777
</span>
7878
</li>

0 commit comments

Comments
 (0)