Skip to content

Commit 4b6b768

Browse files
d-Rickyy-bmmistakes
authored andcommittedAug 30, 2019
Fix http links to use https (mmistakes#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.
1 parent 5c19a81 commit 4b6b768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ kramdown:
215215
# Sass/SCSS
216216
sass:
217217
sass_dir: _sass
218-
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
218+
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
219219

220220

221221
# Outputting
@@ -272,7 +272,7 @@ tag_archive:
272272

273273

274274
# HTML Compression
275-
# - http://jch.penibelst.de/
275+
# - https://jch.penibelst.de/
276276
compress_html:
277277
clippings: all
278278
ignore:

0 commit comments

Comments
 (0)
Please sign in to comment.