# HG changeset patch # User Oleksandr Gavenko # Date 1450714736 -7200 # Node ID 92285d7eb0c556c642d060aba541ee6b3b6e2138 # Parent 5b43a62970a6610a8071a5f1e99d81079c585c18 Point to HTTP, as HTTPS uses in-house certificate. diff -r 5b43a62970a6 -r 92285d7eb0c5 Makefile --- a/Makefile Sat Nov 28 14:26:48 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; \