Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 2a3d011

Browse files
committed
Correct malformed git clone url in contributing guide.
1 parent 651621d commit 2a3d011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pull your work into the master repository. We recommend using
108108
3. Clone the canonical repository locally and enter it.
109109

110110
```console
111-
$ git clone git://github.com:zendframework/zend-view.git
111+
$ git clone git@github.com:zendframework/zend-view.git
112112
$ cd zend-view
113113
```
114114

0 commit comments

Comments
 (0)