# HG changeset patch # User Oleksandr Gavenko # Date 1450714736 -7200 # Node ID 248ed4d46099fa66770799f0f5137ce5b1f6bb08 # Parent 031c61d1a8bd1acef6d8ce582c387ff76854eb2c Point to HTTP, as HTTPS uses in-house certificate. diff -r 031c61d1a8bd -r 248ed4d46099 Makefile --- a/Makefile Mon Dec 21 12:40:38 2015 +0200 +++ b/Makefile Mon Dec 21 18:18:56 2015 +0200 @@ -93,9 +93,9 @@ { \ echo '.. _`Home`: index.html'; \ echo '.. _About: README.html'; \ -echo '.. _`About author`: https://resume.defun.work/'; \ -echo '.. _`Oleksandr Gavenko`: https://resume.defun.work/'; \ -echo '.. _`gavenkoa`: https://resume.defun.work/'; \ +echo '.. _`About author`: http://resume.defun.work/'; \ +echo '.. _`Oleksandr Gavenko`: http://resume.defun.work/'; \ +echo '.. _`gavenkoa`: http://resume.defun.work/'; \ echo '.. _Licence: README.html#tips-licence'; \ echo '.. _`Contact`: gavenkoa@gmail.com'; \ echo; \