aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-02-11 22:00:57 -0600
committerBrent Cook <bcook@openbsd.org>2018-02-11 22:00:57 -0600
commitc3201f234dd332f03cac9f90c56a8ccad03b8fb3 (patch)
tree3a62a63cd2909444a04c557732e4037c1b46e190
parent9e06be3fcd28559d148b415b3f4ed500d2fff3b8 (diff)
parent5a3e755180ac19e7ad4c057c173bf4dd1d1b2c24 (diff)
downloadportable-c3201f234dd332f03cac9f90c56a8ccad03b8fb3.tar.gz
portable-c3201f234dd332f03cac9f90c56a8ccad03b8fb3.tar.bz2
portable-c3201f234dd332f03cac9f90c56a8ccad03b8fb3.zip
Land #383, use https for urls
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2bfd655..a993dde 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
1![LibreSSL image](http://www.libressl.org/images/libressl.jpg) 1![LibreSSL image](https://www.libressl.org/images/libressl.jpg)
2## Official portable version of [LibreSSL](http://www.libressl.org) ## 2## Official portable version of [LibreSSL](https://www.libressl.org) ##
3 3
4[![Build Status](https://travis-ci.org/libressl-portable/portable.svg?branch=master)](https://travis-ci.org/libressl-portable/portable) 4[![Build Status](https://travis-ci.org/libressl-portable/portable.svg?branch=master)](https://travis-ci.org/libressl-portable/portable)
5 5
6LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the 6LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the
7[OpenBSD](http://www.openbsd.org) project. Our goal is to modernize the codebase, 7[OpenBSD](https://www.openbsd.org) project. Our goal is to modernize the codebase,
8improve security, and apply best practice development processes from OpenBSD. 8improve security, and apply best practice development processes from OpenBSD.
9 9
10## Compatibility with OpenSSL: ## 10## Compatibility with OpenSSL: ##
@@ -43,8 +43,8 @@ LibreSSL also supports the following Windows environments:
43 43
44Official release tarballs are available at your friendly neighborhood 44Official release tarballs are available at your friendly neighborhood
45OpenBSD mirror in directory 45OpenBSD mirror in directory
46[LibreSSL](http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/), 46[LibreSSL](https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/),
47although we suggest that you use a [mirror](http://www.openbsd.org/ftp.html). 47although we suggest that you use a [mirror](https://www.openbsd.org/ftp.html).
48 48
49The LibreSSL portable build framework is also 49The LibreSSL portable build framework is also
50[mirrored](https://github.com/libressl-portable/portable) in Github. 50[mirrored](https://github.com/libressl-portable/portable) in Github.