From 3100b76ee619ce6b50037ea60586ee8326e527ef Mon Sep 17 00:00:00 2001 From: Alan Yee Date: Wed, 28 Jun 2017 15:42:56 -0700 Subject: [PATCH] Update README.md Made explicit HTTPS calls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d00496d..ef9e21e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ sudo ./install.sh ``` If you have trouble building LCC, you can get more details on the LCC build -process at: http://drh.github.io/lcc/current/doc/install.html +process at: https://drh.github.io/lcc/current/doc/install.html ## Testing @@ -335,7 +335,7 @@ Current post-processing scripts include: * Slides outlining the mechanisms used are [here](slides/domas_2015_the_movfuscator.pdf). * The inspiration for the compiler is the paper ["mov is Turing-complete", - by Stephen Dolan](http://www.cl.cam.ac.uk/~sd601/papers/mov.pdf). + by Stephen Dolan](https://www.cl.cam.ac.uk/~sd601/papers/mov.pdf). ## Author