From cf15601e828ee2146b21fa8e05ce5ef621589507 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 7 May 2016 18:14:33 +0200 Subject: [PATCH] Used HTTPS for tio.github.io --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 56be5c7..3fa7dbc 100644 --- a/README +++ b/README @@ -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 diff --git a/configure.ac b/configure.ac index d78a903..ae286b5 100644 --- a/configure.ac +++ b/configure.ac @@ -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])