Used HTTPS for tio.github.io

This commit is contained in:
Jakub Wilk 2016-05-07 18:14:33 +02:00
parent e88c4d55da
commit cf15601e82
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -50,7 +50,7 @@
3. Download
Find the latest release tarball at http://tio.github.io
Find the latest release tarball at https://tio.github.io
The latest source is available on github: https://github.com/tio/tio

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.68])
AC_INIT([tio], [1.7], [], [tio], [http://tio.github.io])
AC_INIT([tio], [1.7], [], [tio], [https://tio.github.io])
AC_CONFIG_HEADERS([src/include/config.h])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror])
AM_SILENT_RULES([yes])