changeset 21247:5af715500928

autogen: Use HTTPS for wiki
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Tue, 29 Nov 2016 10:57:49 +0200
parents 7cb8a80dd5aa
children 31d8446fb62f
files autogen.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autogen.sh	Mon Nov 28 15:20:01 2016 +0200
+++ b/autogen.sh	Tue Nov 29 10:57:49 2016 +0200
@@ -19,7 +19,7 @@
 
 if test ! -f doc/wiki/Authentication.txt; then
   cd doc
-  wget http://www.dovecot.org/tmp/wiki2-export.tar.gz
+  wget https://www.dovecot.org/tmp/wiki2-export.tar.gz
   tar xzf wiki2-export.tar.gz
   if [ $? != 0 ]; then
     echo "Failed to uncompress wiki docs"