diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 12:33:47 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 12:33:47 +0100 |
| commit | e25c30e9e1070912176ce4bf732143f48c647c74 (patch) | |
| tree | d3634c2acbdee6cc6db0d690dbd7968751c3e1f8 | |
| parent | 2973526567a392d6946af2af82ac8efd93c14d7a (diff) | |
use https instead of http
| -rw-r--r-- | default/templates/html5.xml | 2 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 2 | ||||
| -rw-r--r-- | redirect:contact.buetow.org | 2 | ||||
| -rw-r--r-- | redirect:snonux.de | 2 | ||||
| -rw-r--r-- | redirect:www.snonux.de | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index eb535be..e81e336 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -14,7 +14,7 @@ <body> <div class="noticeheader"> <type class="bold">This is my old internet site, the new one is: </type> - <hyperlink>http://buetow.org</hyperlink> + <hyperlink>https://buetow.org</hyperlink> <noop> | </noop> <hyperlink>gemini://buetow.org</hyperlink> </div> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index 6c10194..149114b 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -16,7 +16,7 @@ <body> <div class="noticeheader"> <type class="bold">This is my old internet site, the new one is: </type> - <hyperlink>http://buetow.org</hyperlink> + <hyperlink>https://buetow.org</hyperlink> <noop> | </noop> <hyperlink>gemini://buetow.org</hyperlink> </div> diff --git a/redirect:contact.buetow.org b/redirect:contact.buetow.org index b586b7e..62738d9 100644 --- a/redirect:contact.buetow.org +++ b/redirect:contact.buetow.org @@ -1 +1 @@ -http://buetow.org/contact-information.html +https://buetow.org/contact-information.html diff --git a/redirect:snonux.de b/redirect:snonux.de index a770df2..94efa46 100644 --- a/redirect:snonux.de +++ b/redirect:snonux.de @@ -1 +1 @@ -http://buetow.org +https://buetow.org diff --git a/redirect:www.snonux.de b/redirect:www.snonux.de index a770df2..94efa46 100644 --- a/redirect:www.snonux.de +++ b/redirect:www.snonux.de @@ -1 +1 @@ -http://buetow.org +https://buetow.org |
