aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-06-11 12:05:31 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-06-11 12:05:31 -0400
commit237fd3943d18d7d1a4c44aa2402c26fa62e7c380 (patch)
tree58258356a53f600649b4bfe842a5cb1ee88354d6 /docs
parentd1343e6863dd287ce7d4fcb5169c9cff568f9d1b (diff)
downloadseabios-hppa-237fd3943d18d7d1a4c44aa2402c26fa62e7c380.zip
seabios-hppa-237fd3943d18d7d1a4c44aa2402c26fa62e7c380.tar.gz
seabios-hppa-237fd3943d18d7d1a4c44aa2402c26fa62e7c380.tar.bz2
docs: Update Download.md to use git clone via https
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Download.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Download.md b/docs/Download.md
index 96369fb..af592b4 100644
--- a/docs/Download.md
+++ b/docs/Download.md
@@ -10,7 +10,7 @@ control system. To download the latest source from revision control,
run:
```
-$ git clone git://git.seabios.org/seabios.git seabios
+$ git clone https://git.seabios.org/seabios.git
$ cd seabios
```