Merge pull request #16 from jwilk/https-everywhere

HTTPS for tio.github.io
This commit is contained in:
Martin Lund 2016-05-07 18:49:32 +02:00
commit 404826d39c
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])