From 97218ab89e712c3886d8813fecc3741b7457f42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 16 Feb 2017 19:42:58 +0100 Subject: [PATCH] Use https for link to download server --- api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.html b/api/index.html index 8c6867cbd..c13a55b06 100644 --- a/api/index.html +++ b/api/index.html @@ -1,3 +1,3 @@ --- -redirect_to: http://download.mono-project.com/api/master/ +redirect_to: https://download.mono-project.com/api/master/ ---