Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit bf7236b

Browse files
rkaranamvinaypuppal
authored andcommitted
fix: git clone link(#103)
Fixed a link and changed the method of cloning repository from ssh to https.
1 parent 4684e21 commit bf7236b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We welcome pull requests from hackerspace members (our students) and seasoned JavaScript developers alike! Follow these steps to contribute:
44

5-
1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/coderplex/coderplex/labels/help%20wanted) tag.
5+
1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/coderplex/coderplex/labels/help-wanted) tag.
66

77
1. Let us know you are working on it by posting a comment on the issue.
88

@@ -18,7 +18,7 @@ Working on your first Pull Request? You can learn how from this *free* series [H
1818
> Make sure you install node version 8 or above and check node version by running `node -v`
1919
1. Then clone this repo
2020
```bash
21-
git clone git@github.com:coderplex/coderplex.git
21+
git clone https://github.com/coderplex/coderplex.git
2222
```
2323
1. `cd coderplex`
2424
1. `npm install`

0 commit comments

Comments
 (0)