From 0314605500e2c8d83d085d66ce669ee55112135b Mon Sep 17 00:00:00 2001 From: Rico Date: Fri, 30 Aug 2019 14:41:17 +0200 Subject: [PATCH] Fix http links to use https (#2244) Every site should support https by now. Better to link the https sites right away. Both sites do support https at the time I checked. --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6248c06..f9a9623 100644 --- a/_config.yml +++ b/_config.yml @@ -215,7 +215,7 @@ kramdown: # Sass/SCSS sass: sass_dir: _sass - style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style + style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style # Outputting @@ -272,7 +272,7 @@ tag_archive: # HTML Compression -# - http://jch.penibelst.de/ +# - https://jch.penibelst.de/ compress_html: clippings: all ignore: -- 2.43.0