Skip to content

Commit 997b552

Browse files
authored
Merge pull request #932 from GARY121github/fix/doc/931
docs: update contributing guidelines and README for correct repo
2 parents f5efc7e + adbd803 commit 997b552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING-gitflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ While this isn't an absolutely necessary step, if you plan on doing anything mor
1414
## Add 'upstream' repo to list of remotes
1515

1616
```
17-
git remote add upstream https://github.com/layer5io/meshery.git
17+
git remote add upstream https://github.com/layer5io/sistent.git
1818
```
1919

20-
("meshery" is used as the example repo. Be sure to reference the _actual_ repo you're contributing to e.g. "meshery-linkerd").
20+
Note: Replace "sistent" with the actual repository name if contributing to a different project under Layer5, such as "docs"
2121

2222
## Verify the new remote named 'upstream'
2323

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ build:
6767

6868
```
6969
attach sistent to your project:
70-
npm install [path to sistent repo ]
70+
npm install <path-to-sistent-on-local-machine>
7171
```
7272

7373
> [!NOTE]

0 commit comments

Comments
 (0)