about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-28 02:08:00 +0000
committerEric Wong <e@80x24.org>2016-07-28 02:09:01 +0000
commit2ff984bed2cae91c922780809ab2ffc8890ecc27 (patch)
tree949d13367d5f9915827dd99fcdb63355cdcf6dd3 /README
parent11f72aae6e653cd2ab5e6316097e8b4919eb931e (diff)
downloadclogger-2ff984bed2cae91c922780809ab2ffc8890ecc27.tar.gz
Thanks to Let's Encrypt, the bogomips.org now supports
HTTPS so our homepage can be moved to:

	https://bogomips.org/clogger/

While clogger.bogomips.org is part of the TLS certificate, it is
needless subjectAltName bloat that should not have been created.
This will also make it easier to have multiple homepages in
the future as a Tor hidden service.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index a938510..890ba78 100644
--- a/README
+++ b/README
@@ -92,18 +92,18 @@ that receives a "<<" method:
 
 == REQUIREMENTS
 
-* {Ruby}[http://www.ruby-lang.org/], {Rack}[http://rack.github.io/]
+* {Ruby}[https://www.ruby-lang.org/], {Rack}[https://rack.github.io/]
 
 == DEVELOPMENT
 
 The latest development happens in git and is published to the following:
 
-   git://bogomips.org/clogger.git
-   git://repo.or.cz/clogger.git
+   git clone git://bogomips.org/clogger.git
+   git clone git://repo.or.cz/clogger.git
 
 You may also browse and download snapshot tarballs:
 
-* http://bogomips.org/clogger.git (cgit)
+* https://bogomips.org/clogger.git
 * http://repo.or.cz/w/clogger.git (gitweb)
 
 The mailing list (see below) is central for coordination and
@@ -119,7 +119,7 @@ requests) go to the public mailing list.
 
 Do not send HTML mail or attachments.  Do not top post.
 
-Homepage: http://clogger.bogomips.org/
+Homepage: https://bogomips.org/clogger/
 
 == INSTALL