Skip to content

Commit 6f9c5f4

Browse files
committed
fix: wrong git clone address
1 parent 475427e commit 6f9c5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You have to clone the project locally to work on it.
118118
1. Copy the following code and enter it in your terminal:
119119

120120
```bash
121-
git clone [email protected]:docs-content.git | bash -s -- cd docs-content && yarn
121+
git clone [email protected]:scaleway/docs-content.git | bash -s -- cd docs-content && yarn
122122
```
123123

124124
2. Ensure `yarn` has been run, if not run `yarn install`.

0 commit comments

Comments
 (0)