replace git link with https link #792

Merged
merged 1 commit into from Apr 13, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split

replace git link with https link

Regular users can't clone the repository with the git link
commit 2e7bf5ca21207899b01c8bf4d62093cd2a80cd48 @etienneplatini etienneplatini committed on GitHub Apr 12, 2017
View
@@ -14,7 +14,7 @@ As of version 2.0.1 (Nov. 2015) Picard requires Java 1.8 (jdk8u66). The last ver
* First, clone the repo:
```
- git clone git@github.com:broadinstitute/picard.git
+ git clone https://github.com/broadinstitute/picard.git
cd picard/
```