From e424c8ba8ea59ed229466544b0b4a6a56e3ccecd Mon Sep 17 00:00:00 2001 From: Jonatan Schneevoigt Date: Wed, 4 Aug 2021 22:17:05 +0200 Subject: Change links to https (#978) --- .local/bin/getbib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') 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" -- cgit v1.3.1