From 5546bacae88380b20f4277cc4f1db82355aef8ea Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Wed, 9 Jan 2019 14:33:58 +0000 Subject: [PATCH] Update author URL --- README.md | 2 +- public/config-sample.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fed542..04bc70d 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Infinity Squared [Download](https://github.com/tomslominski/infinity-squared/releases) -A beautiful public page theme for YOURLS, carefully crafted by [Tom Slominski](http://tomslominski.net/). It can be used to give the public access to your short domain, not just registered users. +A beautiful public page theme for YOURLS, carefully crafted by [Tom Slominski](https://slomin.ski/). It can be used to give the public access to your short domain, not just registered users. ![Front page of Infinity Squared 2.0](http://i.imgur.com/Wc1cVRF.png) ###### Front page of Infinity Squared 2.0 diff --git a/public/config-sample.php b/public/config-sample.php index b2d2f48..7d4a560 100644 --- a/public/config-sample.php +++ b/public/config-sample.php @@ -20,7 +20,7 @@ ISQ::$links = array( ), array( 'name' => 'Tom Slominski', - 'link' => 'http://tomslominski.net/' + 'link' => 'https://slomin.ski/' ), array( 'name' => yourls__( 'Get ∞²!', 'isq_translation' ),