commit 7ad028d65af0f93435d74b1b2730b9c3a0be7f7a
parent d87d50393b8518a90e1673090c9a442c97854796
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 7 Feb 2017 09:28:07 +0100
Use https URLs wherever possible
Diffstat:
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/AUTHORS b/AUTHORS
@@ -2,5 +2,5 @@ AnsiGo is developed by:
Frederic Cambus <fred AT statdns DOT com>
-Site : http://www.cambus.net
+Site: https://www.cambus.net
Twitter: @fcambus
diff --git a/README.md b/README.md
@@ -5,8 +5,8 @@
AnsiGo is a simple ANSi to PNG converter written in pure Go. It converts files
containing ANSi sequences (.ANS) into PNG images.
-For a multi-format general purposes converter and library, check out Ansilove
-instead : http://www.ansilove.org
+For a multi-format general purposes converter and library, check out Ansilove
+instead: https://www.ansilove.org
## Features
@@ -55,11 +55,11 @@ AnsiGo is released under the BSD 2-Clause license. See `LICENSE` file for detail
AnsiGo is developed by Frederic Cambus.
-- Site : http://www.cambus.net
-- Twitter: http://twitter.com/fcambus
+- Site: https://www.cambus.net
+- Twitter: https://twitter.com/fcambus
## Resources
Project Homepage: http://fcambus.github.io/ansigo/
-Sister project : http://www.ascii-codes.com
+Sister project: https://www.ascii-codes.com
diff --git a/ansi.go b/ansi.go
@@ -1,6 +1,6 @@
// AnsiGo 1.01
// Copyright (c) 2012-2016, Frederic Cambus
-// http://www.github.com/fcambus/ansigo
+// https://github.com/fcambus/ansigo
//
// Created: 2012-02-14
// Last Updated: 2016-07-18
diff --git a/ansigo.go b/ansigo.go
@@ -1,6 +1,6 @@
// AnsiGo 1.01
// Copyright (c) 2012-2016, Frederic Cambus
-// http://www.github.com/fcambus/ansigo
+// https://github.com/fcambus/ansigo
//
// Created: 2012-02-14
// Last Updated: 2016-07-18