From e424c8ba8ea59ed229466544b0b4a6a56e3ccecd Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Wed, 4 Aug 2021 22:17:05 +0200 Subject: [PATCH] Change links to https (#978) --- .config/newsboat/urls | 2 +- .local/bin/getbib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 77497a9..d675d97 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -2,5 +2,5 @@ https://lukesmith.xyz/rss.xml https://notrelated.libsyn.com/rss https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA "~Luke Smith (YouTube)" https://landchad.net/rss.xml -http://based.cooking/rss.xml +https://based.cooking/rss.xml https://www.archlinux.org/feeds/news/ "tech" diff --git a/.local/bin/getbib b/.local/bin/getbib index ed441c5..8675aae 100755 --- a/.local/bin/getbib +++ b/.local/bin/getbib @@ -11,4 +11,4 @@ else fi # Check crossref.org for the bib citation. -curl -s "http://api.crossref.org/works/$doi/transform/application/x-bibtex" -w "\\n" +curl -s "https://api.crossref.org/works/$doi/transform/application/x-bibtex" -w "\\n"