From 74b0f6ebca8d52749744c25f9e99e07d29871f6a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 12:30:48 +0100 Subject: Use HTTPS instead of HTTP --- buetow.org.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buetow.org.sh') diff --git a/buetow.org.sh b/buetow.org.sh index 035f61ce..a08069ba 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -258,7 +258,7 @@ html::generate () { done # Add atom feed for HTML - sed 's|.gmi|.html|g; s|gemini://|http://|g' \ + sed 's|.gmi|.html|g; s|gemini://|https://|g' \ < $CONTENT_DIR/gemtext/gemfeed/atom.xml \ > $CONTENT_DIR/html/gemfeed/atom.xml git add $CONTENT_DIR/html/gemfeed/atom.xml @@ -290,9 +290,9 @@ html::test () { line="> This is a quote" assert::equals "$(html::quote "$line")" "
This is a quote
" - line="=> http://example.org" + line="=> https://example.org" assert::equals "$(html::link "$line")" \ - "http://example.org
" + "https://example.org
" line="=> index.gmi" assert::equals "$(html::link "$line")" \ -- cgit v1.2.3